Skip to content

Commit

Permalink
lint update
Browse files Browse the repository at this point in the history
  • Loading branch information
atreyat12 committed Nov 22, 2024
1 parent 019e03b commit c3e6c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mylib/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def extract_load(url="https://shorturl.at/5YexG",
.appName("Extract_Load") \
.config("spark.jars.packages", "io.delta:delta-core_2.12:2.3.0") \
.config("spark.sql.extensions", "io.delta.sql.DeltaSparkSessionExtension") \
.config("spark.sql.catalog.spark_catalog", "org.apache.spark.sql.delta.catalog.DeltaCatalog") \
.config("spark.sql.catalog.spark_catalog",\
"org.apache.spark.sql.delta.catalog.DeltaCatalog") \
.getOrCreate()
#hf_df=pd.read_csv(url)
#print(hf_df.head())
Expand Down

0 comments on commit c3e6c45

Please sign in to comment.