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

Fix/jeb snowflake source quoting #1338

Merged
merged 10 commits into from
Mar 6, 2019

Commits on Mar 4, 2019

  1. 0.13.0 fixes around database quoting and rendering

    - do not quote snowflake database identifiers by default
    - do not find relations in source schemas in list_relations
    - do not render database names in stdout if a custom database is not specified
    drewbanin committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    67b5648 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. fix unit tests

    drewbanin committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    328ce82 View commit details
    Browse the repository at this point in the history
  2. add missing import

    drewbanin committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    22a2887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eb033e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. initial work, unit tests

    Jacob Beck committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    ec14c6b View commit details
    Browse the repository at this point in the history
  2. test fixes

    Jacob Beck committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    088442e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/snowflake-unquote-db-by-default-…

    …2' into fix/jeb-snowflake-source-quoting
    Jacob Beck committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7367f0f View commit details
    Browse the repository at this point in the history
  4. fix macro kwargs

    Jacob Beck committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    2501783 View commit details
    Browse the repository at this point in the history
  5. PR feedback

    Jacob Beck committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    95a88b9 View commit details
    Browse the repository at this point in the history
  6. PR feedback

    Jacob Beck committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a335857 View commit details
    Browse the repository at this point in the history