Skip to content

Commit 84ad6cf

Browse files
Merge pull request #22 from patterninc/s3_stage_add_query_id
S3 stage add query
2 parents 3b55616 + 40c4bca commit 84ad6cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ds-platform-utils"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Utility library for Pattern Data Science."
55
readme = "README.md"
66
authors = [

src/ds_platform_utils/metaflow/s3_stage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _generate_snowflake_to_s3_copy_query(
7373
FROM (
7474
{query}
7575
)
76-
OVERWRITE = TRUE
76+
INCLUDE_QUERY_ID = TRUE
7777
FILE_FORMAT = (TYPE = 'parquet')
7878
MAX_FILE_SIZE = {max_file_size}
7979
HEADER = TRUE

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)