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
absl-py==0.11.0 | |
alembic==1.4.2 | |
ansiwrap==0.8.4 | |
apache-airflow==2.0.1 | |
apache-airflow-providers-ftp==1.0.1 | |
apache-airflow-providers-http==1.1.1 | |
apache-airflow-providers-imap==1.0.1 | |
apache-airflow-providers-sqlite==1.0.2 | |
apispec==3.3.2 | |
appdirs==1.4.4 |
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 json | |
from pytz import timezone | |
from dateutil import parser | |
import urllib.request | |
print('Loading function') | |
def lambda_handler(event, context): |
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 os | |
import gzip | |
import json | |
import base64 | |
from urllib.request import Request, urlopen | |
from urllib.error import URLError, HTTPError | |
SLACK_CHANNEL = os.environ['SLACK_CHANNEL'] | |
SLACK_WEBHOOK = os.environ['SLACK_WEBHOOK'] |
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
######################################## | |
## CONFIG | Airflow Configs | |
######################################## | |
airflow: | |
## if we use legacy 1.10 airflow commands | |
## | |
legacyCommands: false | |
## configs for the airflow container image | |
## |
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
######################################## | |
## CONFIG | Airflow Configs | |
######################################## | |
airflow: | |
## if we use legacy 1.10 airflow commands | |
## | |
legacyCommands: false | |
## configs for the airflow container image | |
## |
OlderNewer