Skip to content

Commit

Permalink
[dagster-iceberg] Reduce NUM_PARTS for faster CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Mar 5, 2025
1 parent 67c076b commit f0b0e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/dagster-iceberg/kitchen-sink/kitchen_sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pyspark.sql.connect.dataframe import DataFrame


NUM_PARTS = 16 # TODO(deepyaman): Make this configurable.
NUM_PARTS = 2 # TODO(deepyaman): Make this configurable.

CATALOG_NAME = "rest"
NAMESPACE = "nyc"
Expand Down

0 comments on commit f0b0e3f

Please sign in to comment.