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

Turning split_statements on by default #32

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

siklosid
Copy link
Member

For the incremental redshift dim load I need to run multiple sql commands in one query, but this is only possible if I enable the split_statment attribute, which is going to actually run all sql statements in the query as a separate sql query.

@siklosid siklosid requested a review from a team as a code owner March 25, 2024 19:35
@siklosid siklosid merged commit 0e9dd3b into master Mar 26, 2024
1 check passed
@siklosid siklosid deleted the feature/psql_split_statements branch March 26, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants