Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 18, 2024
1 parent 62e7179 commit d701060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/stellar_etl_airflow/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
key_path = Variable.get("api_key_path")
credentials = service_account.Credentials.from_service_account_file(key_path)


def get_from_with_combinedExport():
# yesterday = pendulum.datetime(2024, 4, 16, tz="UTC")
# Get all the execution dates for the current date
Expand Down Expand Up @@ -44,7 +45,6 @@ def get_from_with_combinedExport():
print(file_content)



def get_from_without_captiveCore():
# Try yesterday_ds again
yesterday = pendulum.yesterday()
Expand Down

0 comments on commit d701060

Please sign in to comment.