Update release-v2-branch from main#464
Open
tkiehn wants to merge 9 commits into
Open
Conversation
…v1 (#419) * REDSHIFT.control_snap_v0: added is_eom, is_quarterly, is_eoq, is_eoy * BIGQUERY.control_snap_v0: added is_eoq * SNOWFLAKE.control_snap_v0: added is_eom, is_quarterly, is_eoq, is_eoy * DATABRICKS.control_snap_v0: added is_eoq * POSTGRES.control_snap_v0: added is_eom, is_quarterly, is_eoq, is_eoy * ORACLE.control_snap_v0: added is_eom, is_quarterly, is_eoq, is_eoy * feat: reworked control_snap_v0 functionality * feat: updated the v1 dependencies * feat: added documentation for weekly calculations * feat: removed explicit date columns in v0 and added all boolean flags to v1 snapshot tables * fix: syntax corrections * fix: added macro file for correct call and updated adapter calls * fix: corrected snowflake syntax * feat: added adapter specific macros to first_day_of_week macro * fix: fixed macro call * fix: added else statement to macro block for missing var * feat: updated snapshot logic for user handling * fix: fixed bigquery control snap adapter * fix: fixed some snapshot logic that was wrong in testing * fix: reworked snapshot logic once more and fixed the adapter tables * feat: updated docs --------- Co-authored-by: umattern Co-authored-by: Theo Kiehn <162969167+tkiehn@users.noreply.github.com> Co-authored-by: Tim Kirschke <81677440+tkirschke@users.noreply.github.com>
…ion limitations (#447) * fix casing and separators, missing _category_.json * Remove closed issues from limitation page * fix: rename reference table site to match old url-pattern * fix: add missing _category_.jsons
* Refactor redshift__pit macro parameters and logic * Refactor SQL macro for Redshift PIT functionality Deleting spaces * Refactor redshift__pit macro for consistency * Refactor redshift__pit macro to simplify parameters Adjusted formatting, order of paramters and dimension key use * Changed paramter order to former order * redshift pit macro: updated group by, satellite check for ledts, selece to include pit_type and custom_rsrc * fix: set default value for refer_to_ghost_records in redshift__pit macro and adjusted jinja strips
* feat(trino): add trino support * fix/add current_timestamp() for trino due to the default being incompatible with the iceberg-connector --------- Co-authored-by: pkumar-data <129848835+pkumar-data@users.noreply.github.com>
* support for multiple logics for Snowflake * replace var_name and add docs * chore(docs): adjust control_snap_v1 docs * missing adapters * fix OR in MS dbs * adjust log logic to output 30 days when setting daily to 30 * fix logic of snap control v0 * fix oracle * fix docs --------- Co-authored-by: tkiehn <162969167+tkiehn@users.noreply.github.com>
This file contains hidden or 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
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.
Description
Please include a summary of the changes and the related issue and context.
Fixes #(issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Test Configuration:
Checklist: