diff --git a/dags/stellar_etl_airflow/test_sources.py b/dags/stellar_etl_airflow/test_sources.py index bab45751..c8a021dd 100644 --- a/dags/stellar_etl_airflow/test_sources.py +++ b/dags/stellar_etl_airflow/test_sources.py @@ -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 @@ -44,7 +45,6 @@ def get_from_with_combinedExport(): print(file_content) - def get_from_without_captiveCore(): # Try yesterday_ds again yesterday = pendulum.yesterday()