-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary Fixes BK - Run ruff - Adjust the duckdb test table to be defined locally in function rather than as a variable on the test class, this seems to fix the existing failure? Seems like a duckdb breakage rather than anything related to our integration https://buildkite.com/dagster/dagster-dagster/builds/93492#0191d7aa-ccba-4f6f-a440-2a903e619114
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
examples/docs_beta_snippets/docs_beta_snippets/getting-started/quickstart.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import pandas as pd | ||
|
||
import dagster as dg | ||
|
||
|
||
|
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