Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit snippet to make more runnable #2066

Merged
merged 2 commits into from
Nov 20, 2024

Commits on Nov 14, 2024

  1. 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
    kning authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f2482ba View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. move imports into snippet

    kning committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ae5d0d7 View commit details
    Browse the repository at this point in the history