-
Notifications
You must be signed in to change notification settings - Fork 28
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
Dev #219
Merged
Merged
Dev #219
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge parameter fixes
- Add a ldts_default_dtype to the dbt_project - Cast ldts to the ldts_default_dtype only for bigquery
use the macro to set a default timestamp data type for staging tables which casts the ldts to the default timestamp data type
…amp_default_dtype cast src_ldts to the global variable timestamp_default_dtype
…rdise macro concattenated_standardise does not take "is_hashdiff" and "rtrim_hashdiff", therefore the parameters have to be removed from the macro call
…f from concattenated_standardise parameters "is_hashdiff" and "rtrim_hashdiff" are not used in the concattenated_standardise macro, therefore they can be removed from the macro parameters
Merge Exasol hotfix rec track sat fixes into dev-branch
…default_dtype global vars to dictionaries macro contains logic to parse global variable dictionary and return string types for each supported adapter based on the type(rsrc, stg, derived_columns) different variables from dbt_project.yml are processed therefore different types can be set
fix typos
Add type to warning-message
Add hashkeys to processed_hash_columns dict so the ghost records are created for them
UNION expects Keyword ALL or DISTINCT, but got keyword SELECT add a UNION DISTINCT
Add lower-filter to columns_without_excluded_columns-creation for comparison with derived_column_names Comment out line that included derived_column_names in final_columns_to_select
change hardcoded default hashdatatype to VARCHAR(32)
…DATEADD for redshift
…tandardise because string_agg is not suooported in redshift
…parison with derived_column_names
…ut_excluded_columns to properly exclude derived columns
…cremental is true
…ation If case_sensitive is true there is an UPPER( in the prefix But the amounts of closing brackets was not correct in the suffix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.