dagster-snowflake 0.26.7rc0__py3-none-any.whl → 0.26.8__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.

Potentially problematic release.


This version of dagster-snowflake might be problematic. Click here for more details.

@@ -386,7 +386,7 @@ class SnowflakeDbClient(DbClient):
386
386
  @staticmethod
387
387
  def get_select_statement(table_slice: TableSlice) -> str:
388
388
  col_str = ", ".join(table_slice.columns) if table_slice.columns else "*"
389
- if table_slice.partition_dimensions and len(table_slice.partition_dimensions) > 0:
389
+ if table_slice.partition_dimensions:
390
390
  query = (
391
391
  f"SELECT {col_str} FROM"
392
392
  f" {table_slice.database}.{table_slice.schema}.{table_slice.table} WHERE\n"
@@ -400,7 +400,7 @@ def _get_cleanup_statement(table_slice: TableSlice) -> str:
400
400
  """Returns a SQL statement that deletes data in the given table to make way for the output data
401
401
  being written.
402
402
  """
403
- if table_slice.partition_dimensions and len(table_slice.partition_dimensions) > 0:
403
+ if table_slice.partition_dimensions:
404
404
  query = (
405
405
  f"DELETE FROM {table_slice.database}.{table_slice.schema}.{table_slice.table} WHERE\n"
406
406
  )
@@ -1 +1 @@
1
- __version__ = "0.26.7rc0"
1
+ __version__ = "0.26.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-snowflake
3
- Version: 0.26.7rc0
3
+ Version: 0.26.8
4
4
  Summary: Package for Snowflake Dagster framework components.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-snowflake
6
6
  Author: Dagster Labs
@@ -14,7 +14,7 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Operating System :: OS Independent
15
15
  Requires-Python: >=3.9,<3.13
16
16
  License-File: LICENSE
17
- Requires-Dist: dagster ==1.10.7rc0
17
+ Requires-Dist: dagster ==1.10.8
18
18
  Requires-Dist: snowflake-connector-python >=3.4.0
19
19
  Requires-Dist: pyOpenSSL >=22.1.0
20
20
  Provides-Extra: pandas
@@ -0,0 +1,12 @@
1
+ dagster_snowflake/__init__.py,sha256=ljbByIlHgAiQ4pHa0dTkACbvBguBtJsSK7mem3D9Kwo,674
2
+ dagster_snowflake/constants.py,sha256=26PGL1eFncm0WfbgZjA7jaznfaRx75vVJnqbieVYeco,481
3
+ dagster_snowflake/ops.py,sha256=L_MP28fLm7_hrJmzMoDocLwyvVnkpy1LVwUSLIArKWc,2225
4
+ dagster_snowflake/py.typed,sha256=la67KBlbjXN-_-DfGNcdOcjYumVpKG_Tkw-8n5dnGB4,8
5
+ dagster_snowflake/resources.py,sha256=QlEBJvBOF35FhxBLZcgYCXm68DNthD8TRUpCcnipCg8,32101
6
+ dagster_snowflake/snowflake_io_manager.py,sha256=Rh7yFXQIaE0XTYvcOzEF4QfWuO12AgooUSYzfOOmio8,17686
7
+ dagster_snowflake/version.py,sha256=HafRpTv6RwH8ZmOVLYS10IzelgTv9I3Q58mrEpxTZHQ,23
8
+ dagster_snowflake-0.26.8.dist-info/LICENSE,sha256=TMatHW4_G9ldRdodEAp-l2Xa2WvsdeOh60E3v1R2jis,11349
9
+ dagster_snowflake-0.26.8.dist-info/METADATA,sha256=uyboBXx3n22ChB8uik4mRyLo-AcvQ158chPYuaEJpzA,1104
10
+ dagster_snowflake-0.26.8.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
+ dagster_snowflake-0.26.8.dist-info/top_level.txt,sha256=uECYCiluOxLQ996SCUPBBwdK0CTyz45FjWqf7WDqMMc,18
12
+ dagster_snowflake-0.26.8.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- dagster_snowflake/__init__.py,sha256=ljbByIlHgAiQ4pHa0dTkACbvBguBtJsSK7mem3D9Kwo,674
2
- dagster_snowflake/constants.py,sha256=26PGL1eFncm0WfbgZjA7jaznfaRx75vVJnqbieVYeco,481
3
- dagster_snowflake/ops.py,sha256=L_MP28fLm7_hrJmzMoDocLwyvVnkpy1LVwUSLIArKWc,2225
4
- dagster_snowflake/py.typed,sha256=la67KBlbjXN-_-DfGNcdOcjYumVpKG_Tkw-8n5dnGB4,8
5
- dagster_snowflake/resources.py,sha256=QlEBJvBOF35FhxBLZcgYCXm68DNthD8TRUpCcnipCg8,32101
6
- dagster_snowflake/snowflake_io_manager.py,sha256=Q6Yl4H8Ab8Twh-Iq-VLqtDqc-XJfCkosL4KKdd-azoo,17778
7
- dagster_snowflake/version.py,sha256=9hqj21XjzMNl9XZPpk0y8Cd92O1F17GVFLdV80PLJ3k,26
8
- dagster_snowflake-0.26.7rc0.dist-info/LICENSE,sha256=TMatHW4_G9ldRdodEAp-l2Xa2WvsdeOh60E3v1R2jis,11349
9
- dagster_snowflake-0.26.7rc0.dist-info/METADATA,sha256=uCQGdBjHlvtIELsMWpJ9ia2IMG9ak0ZOFsaPac-Ken4,1110
10
- dagster_snowflake-0.26.7rc0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
- dagster_snowflake-0.26.7rc0.dist-info/top_level.txt,sha256=uECYCiluOxLQ996SCUPBBwdK0CTyz45FjWqf7WDqMMc,18
12
- dagster_snowflake-0.26.7rc0.dist-info/RECORD,,