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 macro to get columns #516

Merged
merged 13 commits into from
Mar 28, 2022
Merged

add macro to get columns #516

merged 13 commits into from
Mar 28, 2022

Commits on Mar 11, 2022

  1. add macro to get columns

    patkearns10 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    df0a32d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    1999e2b View commit details
    Browse the repository at this point in the history
  2. add adapter.

    patkearns10 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    53bbee9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. swap adapter for dbt_utils

    Co-authored-by: Joel Labes <[email protected]>
    patkearns10 and joellabes authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9298680 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. update documentation

    patkearns10 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    2bfc66d View commit details
    Browse the repository at this point in the history
  2. add output_lower arg

    patkearns10 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    b492782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77d5a5b View commit details
    Browse the repository at this point in the history
  4. add tests

    patkearns10 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    820853f View commit details
    Browse the repository at this point in the history
  5. forgot args

    patkearns10 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c4104e0 View commit details
    Browse the repository at this point in the history
  6. too much whitespace removal

        -----------
        Actual:
        -----------
        --->"field_3"as "test_field_3"<---
    
        -----------
        Expected:
        -----------
        --->"field_3" as "test_field_3"<---
    patkearns10 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1f19ed8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    567b9f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. remove lowercase logic

    patkearns10 committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    a50af9d View commit details
    Browse the repository at this point in the history
  2. limit_zero

    patkearns10 committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    e0c754c View commit details
    Browse the repository at this point in the history