planar 0.13.4__py3-none-any.whl → 0.13.5__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.
- planar/data/connection.py +1 -6
- {planar-0.13.4.dist-info → planar-0.13.5.dist-info}/METADATA +1 -1
- {planar-0.13.4.dist-info → planar-0.13.5.dist-info}/RECORD +5 -5
- {planar-0.13.4.dist-info → planar-0.13.5.dist-info}/WHEEL +0 -0
- {planar-0.13.4.dist-info → planar-0.13.5.dist-info}/entry_points.txt +0 -0
planar/data/connection.py
CHANGED
@@ -83,12 +83,7 @@ def _make_aws_s3_secret_query(config: S3Config) -> str:
|
|
83
83
|
]
|
84
84
|
)
|
85
85
|
else:
|
86
|
-
columns.
|
87
|
-
[
|
88
|
-
"PROVIDER credential_chain",
|
89
|
-
"CHAIN 'sts;env;config;instance'",
|
90
|
-
]
|
91
|
-
)
|
86
|
+
columns.append("PROVIDER credential_chain")
|
92
87
|
|
93
88
|
return f"""
|
94
89
|
CREATE OR REPLACE SECRET secret (
|
@@ -12,7 +12,7 @@ planar/cli.py,sha256=GONw7Dpyxy_7Vf48rLmQXRQnC_IyWENRULQF0DwiCuY,11108
|
|
12
12
|
planar/config.py,sha256=54N-qPaxihEn6QUQvXsdtbEN-pTTrd_5NG8WFYb0CRI,18879
|
13
13
|
planar/data/__init__.py,sha256=eqSREzJ58HM05DXpR_00M6RDFxtHSIh-OEuqXBPVsVc,362
|
14
14
|
planar/data/config.py,sha256=P2x97IiwFkpXwo0MHAnu_osQ94Sq3d_QnFj3dKj78-U,1257
|
15
|
-
planar/data/connection.py,sha256=
|
15
|
+
planar/data/connection.py,sha256=pJgfy0b7IYuiz5UMv6V_eDQa7ddAQyuIbzbeZzZXss8,7848
|
16
16
|
planar/data/dataset.py,sha256=f-x9cOuGyQQldC98mCwpFVOXMiDNN6LQDQ9vtljXVRo,6095
|
17
17
|
planar/data/exceptions.py,sha256=AlhGQ_TReyEzfPSlqoXCjoZ1206Ut7dS4lrukVfGHaw,358
|
18
18
|
planar/data/utils.py,sha256=NhxJFSxPLNX1ddSANS3-bVhMr1Q_-25qDRRXxGug4Vc,6312
|
@@ -122,7 +122,7 @@ planar/workflows/step_testing_utils.py,sha256=WiTwxB4mM2y6dW7CJ3PlIR1BkBodSxQV7-
|
|
122
122
|
planar/workflows/sub_workflow_runner.py,sha256=EpS7DhhXRbC6ABm-Sho6Uyxh2TqCjcTPDYvcTQN4FjY,8313
|
123
123
|
planar/workflows/tracing.py,sha256=E7E_kj2VBQisDqrllviIshbvOmB9QcEeRwMapunqio4,2732
|
124
124
|
planar/workflows/wrappers.py,sha256=dY_3NqkzGMG4jgX2lkAqvHTYFA1lBzhkQCw7N5CyaQM,1174
|
125
|
-
planar-0.13.
|
126
|
-
planar-0.13.
|
127
|
-
planar-0.13.
|
128
|
-
planar-0.13.
|
125
|
+
planar-0.13.5.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
126
|
+
planar-0.13.5.dist-info/entry_points.txt,sha256=L3T0w9u2UPKWXv6JbXFWKU1d5xyEAq1xVWbpYS6mLNg,96
|
127
|
+
planar-0.13.5.dist-info/METADATA,sha256=O9V8uRWrf8LdrAxZGnDJrT_Jcv7BkmmARUonI0EtUqk,7335
|
128
|
+
planar-0.13.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|