- zone entries - F1, F2, F3
- breakout by D w/forward, regroup, then 2 on 1
- involve patty eventually
- Don't pass at the blue line. Try to pass by red line, or take it in yourself
- after entering - make judgement. Can I get by D? don't be afraid to slow down, create space
- dig in with skates - pushing net?
- if you're not doing anything, just waiting - practice puckhandling
- 1 on 1 on the boards - don't just throw it up the boards - esp for strong side breakouts
- Retreiving the puck in deep behind net
- D playing against F in corner
- API gateway - no longer (exclusively) at the edge, can set up links within vpcs - see here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import logging | |
| from collections import namedtuple | |
| from pyhocon import ConfigFactory, ConfigTree # noqa: F401 | |
| from typing import Iterator, Union, Dict, Any # noqa: F401 | |
| from databuilder import Scoped | |
| from databuilder.extractor.base_extractor import Extractor | |
| from databuilder.extractor.sql_alchemy_extractor import SQLAlchemyExtractor | |
| from databuilder.models.table_metadata import TableMetadata, ColumnMetadata |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import logging | |
| import textwrap | |
| from datetime import datetime, timedelta | |
| import uuid | |
| from elasticsearch import Elasticsearch | |
| from airflow import DAG # noqa | |
| from airflow import macros # noqa | |
| from airflow.operators.python_operator import PythonOperator # noqa | |
| from pyhocon import ConfigFactory |
The sticky assignor serves two purposes. First, it guarantees an assignment that is as balanced as possible, meaning either:
- the numbers of topic partitions assigned to consumers differ by at most one; or
- each consumer that has 2+ fewer topic partitions than some other consumer cannot get any of those topic partitions transferred to it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select stv_active_cursors.userid, left("name", 23), sequence, "text" from stv_active_cursors join stl_utilitytext on stl_utilitytext.pid=stv_active_cursors.pid order by stv_active_cursors.name, stv_active_cursors.pid, stl_utilitytext.starttime, sequence; |
OlderNewer