mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 11:55:12 +00:00
Update skills/fabric-lakehouse/references/pyspark.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@ df.write.format("delta") \
|
|||||||
spark.sql("""
|
spark.sql("""
|
||||||
UPDATE silver_customers
|
UPDATE silver_customers
|
||||||
SET status = 'active'
|
SET status = 'active'
|
||||||
WHERE last_login > '2024-01-01'
|
WHERE last_login > '2024-01-01' -- Example date, adjust as needed
|
||||||
""")
|
""")
|
||||||
|
|
||||||
# DELETE
|
# DELETE
|
||||||
|
|||||||
Reference in New Issue
Block a user