Skip to content

feat: ice cli partitions#114

Merged
subkanthi merged 10 commits intomasterfrom
cli_partitions
Mar 6, 2026
Merged

feat: ice cli partitions#114
subkanthi merged 10 commits intomasterfrom
cli_partitions

Conversation

@subkanthi
Copy link
Collaborator

@subkanthi subkanthi commented Feb 24, 2026

closes: #117

@subkanthi subkanthi changed the title Cli partitions feat: ice cli partitions Feb 24, 2026
@subkanthi subkanthi added the ice Relates to ice label Feb 26, 2026
@subkanthi
Copy link
Collaborator Author

---
table: nyc.taxis_p_by_day
partitionSpec:
- sourceColumn: tpep_pickup_datetime
  name: tpep_pickup_datetime_day
  transform: day
partitions:
- tpep_pickup_datetime_day=2024-12-31
- tpep_pickup_datetime_day=2025-01-01
- tpep_pickup_datetime_day=2025-01-02
- tpep_pickup_datetime_day=2025-01-03
- tpep_pickup_datetime_day=2025-01-04
- tpep_pickup_datetime_day=2025-01-05
- tpep_pickup_datetime_day=2025-01-06
- tpep_pickup_datetime_day=2025-01-07
- tpep_pickup_datetime_day=2025-01-08
- tpep_pickup_datetime_day=2025-01-09
- tpep_pickup_datetime_day=2025-01-10
- tpep_pickup_datetime_day=2025-01-11
- tpep_pickup_datetime_day=2025-01-12
- tpep_pickup_datetime_day=2025-01-13
- tpep_pickup_datetime_day=2025-01-14
- tpep_pickup_datetime_day=2025-01-15
- tpep_pickup_datetime_day=2025-01-16
- tpep_pickup_datetime_day=2025-01-17
- tpep_pickup_datetime_day=2025-01-18
- tpep_pickup_datetime_day=2025-01-19
- tpep_pickup_datetime_day=2025-01-20
- tpep_pickup_datetime_day=2025-01-21
- tpep_pickup_datetime_day=2025-01-22
- tpep_pickup_datetime_day=2025-01-23
- tpep_pickup_datetime_day=2025-01-24
- tpep_pickup_datetime_day=2025-01-25
- tpep_pickup_datetime_day=2025-01-26
- tpep_pickup_datetime_day=2025-01-27
- tpep_pickup_datetime_day=2025-01-28
- tpep_pickup_datetime_day=2025-01-29
- tpep_pickup_datetime_day=2025-01-30
- tpep_pickup_datetime_day=2025-01-31
- tpep_pickup_datetime_day=2025-02-01

@subkanthi subkanthi requested a review from xieandrew March 6, 2026 02:29
Copy link
Collaborator

@xieandrew xieandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested that it works, looks good to me

@subkanthi subkanthi merged commit d012f75 into master Mar 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ice Relates to ice

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add partitions CLI command

2 participants