You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATETABLEIF NOT EXISTS dbt_nyc_sales ASSELECT*FROM read_parquet('https://github.com/GlareDB/tutorial_data/raw/main/nyc_sales/sale_year=2019/sale_month=1/f55363e2587849bcb25c057be706c69d-0.parquet')
When I try this on Cloud (QA), every time I run the command, it appends the data from the parquet file to my table, where I would expect it to not do anything once the table exists.
The text was updated successfully, but these errors were encountered:
talagluck
changed the title
IF NOT EXISTS not working properly with CREATE TABLE
BUG: IF NOT EXISTS not working properly with CREATE TABLE
Apr 15, 2024
Description
I am trying to do:
When I try this on Cloud (QA), every time I run the command, it appends the data from the parquet file to my table, where I would expect it to not do anything once the table exists.
The text was updated successfully, but these errors were encountered: