acdc_aws_etl_pipeline 0.4.0__py3-none-any.whl → 0.4.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -365,7 +365,7 @@ def create_gen3_submission_class(api_key: dict, api_endpoint: str):
365
365
  submit = None
366
366
 
367
367
  try:
368
- with tempfile.NamedTemporaryFile(mode='w', delete=False, suffix=".json") as tmp_file:
368
+ with tempfile.NamedTemporaryFile(mode='w', delete=False, suffix=".json", dir="/tmp") as tmp_file:
369
369
  json.dump(api_key, tmp_file)
370
370
  tmp_api_key_path = tmp_file.name
371
371
  auth = Gen3Auth(refresh_file=tmp_api_key_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: acdc_aws_etl_pipeline
3
- Version: 0.4.0
3
+ Version: 0.4.1
4
4
  Summary: Tools for ACDC ETL pipeline
5
5
  Author: JoshuaHarris391
6
6
  Author-email: harjo391@gmail.com
@@ -3,12 +3,12 @@ acdc_aws_etl_pipeline/ingest/ingest.py,sha256=0meo4Sq6o0EPvgfFu0QPMQ5ZEHDiSEMsVG
3
3
  acdc_aws_etl_pipeline/upload/__init__.py,sha256=kRI1wozjK-b9YXMAPwzWHzm967ZiUAM6g8rRo4ONWtI,67
4
4
  acdc_aws_etl_pipeline/upload/gen3datasubmitter.py,sha256=bu5d8IOsKFIA1uvvzaxb7YIKwBZKdP-0QvBt-gZMyUc,8625
5
5
  acdc_aws_etl_pipeline/upload/metadata_deleter.py,sha256=T4q9xqSE2Beu3zluvAmKh7wJWcCFGz2AZ9h9ZcASfyA,63
6
- acdc_aws_etl_pipeline/upload/metadata_submitter.py,sha256=LvYkBZ3UDMDH0Wahv6q8aUhvcYxiZuKs_e--pTJHPpY,20152
6
+ acdc_aws_etl_pipeline/upload/metadata_submitter.py,sha256=fqR_T8FxpwtXp-cbuay_kes9pxQLuh2HsXHSaQwvlWs,20164
7
7
  acdc_aws_etl_pipeline/upload/upload_synthdata_s3.py,sha256=Ge5TQzZkWnJNp-q0Ak-Yhv1h1eWLxg-PlWVHrd1m0B8,5155
8
8
  acdc_aws_etl_pipeline/utils/athena_utils.py,sha256=QJlBe-07Hkq-BqmcxBu6ZtAmVfZSHuSY4dijcysgPH8,29560
9
9
  acdc_aws_etl_pipeline/utils/dbt_utils.py,sha256=5XRFOwNNIeuW2sQuor3h_OZTuXGg6xv2AUYwj9bMAAM,2054
10
10
  acdc_aws_etl_pipeline/utils/release_writer.py,sha256=vsxHJ6l-UWPpzeyEPHurX5iFgeCEQ-9FbySAbPNfTTM,7555
11
11
  acdc_aws_etl_pipeline/validate/validate.py,sha256=fTa76YvixCWOGkAIuR7CZ2WryMJcpc2wvSOHLZDEknc,28159
12
- acdc_aws_etl_pipeline-0.4.0.dist-info/METADATA,sha256=7wvJ9ecYnnIH_GJF_xGoD0pCOmXJHb_8EldD8fKfTxA,2853
13
- acdc_aws_etl_pipeline-0.4.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
14
- acdc_aws_etl_pipeline-0.4.0.dist-info/RECORD,,
12
+ acdc_aws_etl_pipeline-0.4.1.dist-info/METADATA,sha256=1E2sSuWSOPEiwqLrXC17qE41-EH2Daqho3IoKqPfWtI,2853
13
+ acdc_aws_etl_pipeline-0.4.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
14
+ acdc_aws_etl_pipeline-0.4.1.dist-info/RECORD,,