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

Support quoted column names in sequential_values test #479

Merged
merged 5 commits into from
Feb 18, 2022

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    64773b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Update get_query_results_as_dict example to demonstrate accessing col…

    …umnar results as dictionary values (dbt-labs#474)
    
    * Update get_qu
    ery_results_as_dict example to demonstrate accessing columnar results as dictionary values
    
    * Use slugify in example
    
    * Fix slugify example with dbt_utils. package prefix
    
    Co-authored-by: Elize Papineau <[email protected]>
    epapineau and Elize Papineau authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1839747 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Add note about not_null_where deprecation to Readme (dbt-labs#477)

    * Add note about not_null_where deprecation to Readme
    
    * Add docs to unique_where test
    joestemarie authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    51ed999 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Remove column name in generated column

    Appending the column name doesn't work when using the quote property. Prefix the generated column name with "_" to prevent possible conflicts.
    armandduijn authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8792f2d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Refactor column name

    armandduijn committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9fa2253 View commit details
    Browse the repository at this point in the history