We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812c234 commit 7033297Copy full SHA for 7033297
card_data/pipelines/defs/load/load_pricing_data.py
@@ -2,10 +2,10 @@
2
import polars as pl
3
from dagster import RetryPolicy, Backoff
4
from sqlalchemy.exc import OperationalError
5
-from ..extract.extract_pricing_data import build_dataframe
6
-from ...utils.secret_retriever import fetch_secret
7
from termcolor import colored
8
+from ...utils.secret_retriever import fetch_secret
+
9
10
@dg.asset(
11
kinds={"Supabase", "Postgres"},
0 commit comments