嗨@Kory Skistad
請查收以下表模式定義中使用python dlt管道。你可以看到它提到單位列定義。
@dlt.table (
評論=“銷售原始數據”,
模式= " "
customer_id字符串,
customer_name字符串,
number_of_line_items字符串,
order_datetime字符串,
order_number長,
order_day_of_week字符串生成總是像(dayofweek (order_datetime))
”“”,
partition_cols = (“order_day_of_week”))
def銷售():
返回(“…”)
這個例子已經從這個頁麵:https://docs.m.eheci.com/workflows/delta-live-tables/delta-live-tables-python-ref.html
順便說一句,小心如何生成關於你正在處理一個流表:https://docs.m.eheci.com/workflows/delta-live-tables/delta-live-tables-faqs-issues.html如何-…
HTH
勞倫特
嗨@Kory Skistad
請查收以下表模式定義中使用python dlt管道。你可以看到它提到單位列定義。
@dlt.table (
評論=“銷售原始數據”,
模式= " "
customer_id字符串,
customer_name字符串,
number_of_line_items字符串,
order_datetime字符串,
order_number長,
order_day_of_week字符串生成總是像(dayofweek (order_datetime))
”“”,
partition_cols = (“order_day_of_week”))
def銷售():
返回(“…”)
這個例子已經從這個頁麵:https://docs.m.eheci.com/workflows/delta-live-tables/delta-live-tables-python-ref.html
順便說一句,小心如何生成關於你正在處理一個流表:https://docs.m.eheci.com/workflows/delta-live-tables/delta-live-tables-faqs-issues.html如何-…
HTH
勞倫特