Skip to content

Commit

Permalink
Attemp fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsharma2 committed Jul 25, 2022
1 parent 4f01214 commit cc3742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/astro/databases/snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def load_pandas_dataframe_to_table(
source_dataframe,
target_table.name,
chunk_size=chunk_size,
quote_identifiers=False,
quote_identifiers=True,
)

def get_sqlalchemy_template_table_identifier_and_parameter(
Expand Down

0 comments on commit cc3742e

Please sign in to comment.