Skip to content

Commit

Permalink
Merge pull request #47 from cedricsoares/feature-update-dag
Browse files Browse the repository at this point in the history
Replace cedricsoares/ny_times-etl:1.0.0 by cedricsoares/ny_times-etl (latest) image version
  • Loading branch information
cedricsoares authored Aug 1, 2023
2 parents 71b21da + 82d3e9a commit eb7bc54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dag/etl_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
SLACK_CONN_ID = 'slack'
MOUNT_PATH = Variable.get('local_logs')
NETWORK_ID = Variable.get('network_id')
APY_KEY = Variable.get('api_key')
API_KEY = Variable.get('api_key')


def convert_datetime(datetime_string):
Expand Down Expand Up @@ -107,7 +107,7 @@ def slack_succeed_alert(context):


run_etl = DockerOperator(
image='cedricsoares/ny_times-etl:1.0.0',
image='cedricsoares/ny_times-etl',
environment={'API_KEY': API_KEY},
mounts=[
Mount(
Expand Down

0 comments on commit eb7bc54

Please sign in to comment.