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:
@@ -136,7 +136,7 @@ VACUUM silver_transactions RETAIN 168 HOURS
|
||||
### Incremental Load Pattern
|
||||
|
||||
```python
|
||||
from pyspark.sql.functions import col, max as spark_max
|
||||
from pyspark.sql.functions import col
|
||||
|
||||
# Get last processed watermark
|
||||
last_watermark = spark.sql("""
|
||||
|
||||
Reference in New Issue
Block a user