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

Add schema parameter and data_asset_name parsing #75

Merged
merged 4 commits into from
Dec 8, 2022

Commits on Dec 7, 2022

  1. Add schema parameter and data_asset_name parsing

    A new schema parameter will overwrite the supplied connection's
    schema, if it exists. If a data_asset_name is provided in the form
    'schema.table', the schema will be parsed out into self.schema and
    data_asset_name will be updated to only be the table. This will also
    override the supplied schema in the connection.
    denimalpaca committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5c959c4 View commit details
    Browse the repository at this point in the history
  2. Fix new test name

    denimalpaca committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    79e929d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    fadbdfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8092c8f View commit details
    Browse the repository at this point in the history