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

[bk] add nightly oss pipeline #21956

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

benpankow
Copy link
Member

Summary

Templates out a basic nightly OSS test to use for Snowflake integration tests w/ dagster-dbt, to avoid unnecessary cost.

@benpankow
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @benpankow and the rest of your teammates on Graphite Graphite

@@ -45,18 +45,18 @@ def build_library_packages_steps() -> List[BuildkiteStep]:
],
]

return _build_steps_from_package_specs(
return build_steps_from_package_specs(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be used in stacked PR to build steps for dagster-dbt for nightly pipeline

Copy link
Member

@alangenfeld alangenfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@benpankow benpankow merged commit dda6dd3 into master May 20, 2024
1 check passed
@benpankow benpankow deleted the benpankow/add-oss-nightly-pipeline branch May 20, 2024 15:58
benpankow added a commit that referenced this pull request May 21, 2024
…t code on snowflake & bigquery (#21952)

## Summary

Adds Snowflake & BQ tests of new row-count functionality and fixes bug
with `Table` return on certain warehouses (incl Snowflake).

Added to the new OSS nightly pipeline introduced in #21956 to avoid
racking up unnecessary spend. We do already run some tests on these
warehouses as part of normal builds for their respective integrations,
so maybe it's fine to do the same here - open to either.

## Test Plan

Nightly build run:

https://buildkite.com/dagster/full-moon-with-face-dagster-nightly/builds/9
OwenKephart pushed a commit that referenced this pull request May 21, 2024
…t code on snowflake & bigquery (#21952)

## Summary

Adds Snowflake & BQ tests of new row-count functionality and fixes bug
with `Table` return on certain warehouses (incl Snowflake).

Added to the new OSS nightly pipeline introduced in #21956 to avoid
racking up unnecessary spend. We do already run some tests on these
warehouses as part of normal builds for their respective integrations,
so maybe it's fine to do the same here - open to either.

## Test Plan

Nightly build run:

https://buildkite.com/dagster/full-moon-with-face-dagster-nightly/builds/9
nikomancy pushed a commit that referenced this pull request May 22, 2024
## Summary

Templates out a basic nightly OSS test to use for Snowflake integration
tests w/ `dagster-dbt`, to avoid unnecessary cost.
nikomancy pushed a commit that referenced this pull request May 22, 2024
…t code on snowflake & bigquery (#21952)

## Summary

Adds Snowflake & BQ tests of new row-count functionality and fixes bug
with `Table` return on certain warehouses (incl Snowflake).

Added to the new OSS nightly pipeline introduced in #21956 to avoid
racking up unnecessary spend. We do already run some tests on these
warehouses as part of normal builds for their respective integrations,
so maybe it's fine to do the same here - open to either.

## Test Plan

Nightly build run:

https://buildkite.com/dagster/full-moon-with-face-dagster-nightly/builds/9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants