mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +00:00
Update pyspark.md
This commit is contained in:
@@ -131,6 +131,8 @@ VACUUM silver_transactions
|
|||||||
-- Vacuum with custom retention
|
-- Vacuum with custom retention
|
||||||
VACUUM silver_transactions RETAIN 168 HOURS
|
VACUUM silver_transactions RETAIN 168 HOURS
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
### Incremental Load Pattern
|
### Incremental Load Pattern
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@@ -184,4 +186,4 @@ spark.sql("""
|
|||||||
true as is_current
|
true as is_current
|
||||||
FROM staging_customer
|
FROM staging_customer
|
||||||
""")
|
""")
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user