Skip to content

Commit

Permalink
use specfic date
Browse files Browse the repository at this point in the history
  • Loading branch information
kieronellis committed Jun 24, 2024
1 parent 21c92ef commit 8e15ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dags/test_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
default_args = {
'owner' : 'DE',
'depends_on_past' : False,
'start_date' : datetime.today().replace(hour=0, minute=0, second=0, microsecond=0),
'start_date': datetime(2021, 8, 11),
'email' : ['[email protected]'],
'email_on_failure' : False,
'email_on_retry' : False,
Expand Down Expand Up @@ -82,6 +82,7 @@ def get_clv():
)

BaseHook.get_connection("test_conn")

access_var >> import_module >> virtual_env

# r_value = '{"foo": "bar"\n, "buzz": 2}'
Expand Down

0 comments on commit 8e15ff0

Please sign in to comment.