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 quotation in split_part macro #338

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 14, 2024

  1. Fix quotation in split_part macro

    It seems that there's extra quotes in split_part macro because if you
    run dbt_utils.get_url_paramter code for clickhouse results in extra
    quotes around field name.
    3fonov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a99ef52 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Revert "Fix quotation in split_part macro"

    This reverts commit a99ef52.
    3fonov committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5302194 View commit details
    Browse the repository at this point in the history
  2. Fix letters case

    Previous commit changed all sql to lowercase. Sorry. Fixed.
    3fonov committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9281cf3 View commit details
    Browse the repository at this point in the history
  3. Change to splitByString

    Changed from splitByChar to splitByStrig because sometimes you need more
    than one char to split.
    3fonov committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    678c8b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Fix formatting

    3fonov committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5d119a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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