Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* edit snippet to make more runnable Tried running the example as is and ran into a few issues: * dlt[parquet] missing dependency * missing secret (removed since it's not used in this example) * removed serialized flag (this is kind of an advanced feature and not really needed here) * added minimal reflection level, otherwise if you run this script twice in a row you get a "column constraint not supported" kind of error * move imports into snippet Co-authored-by: Kenny Ning <[email protected]>
- Loading branch information