Skip to content

Commit

Permalink
Update 08-examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepaksood619 authored Oct 9, 2023
1 parent 7454bcb commit e65b789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/technologies/apache/apache-spark/08-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ condition2 = data.User_Score != "tbd"
data = data.filter(condition1).filter(condition2)

# https://towardsdatascience.com/pyspark-import-any-data-f2856cda45fd

# Check if table exists in Spark Catlogue
spark.catalog.tableExists("schema.dev.table_name")
```

### Glue Transformation from Aurora DB to Parquet in s3
Expand Down

0 comments on commit e65b789

Please sign in to comment.