mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15: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("""
|
||||
UPDATE silver_customers
|
||||
SET status = 'active'
|
||||
WHERE last_login > '2024-01-01'
|
||||
WHERE last_login > '2024-01-01' -- Example date, adjust as needed
|
||||
""")
|
||||
|
||||
# DELETE
|
||||
|
||||
Reference in New Issue
Block a user