Skip to content

Conversation

camweston-stripe
Copy link
Collaborator

@camweston-stripe camweston-stripe commented Apr 24, 2025

CHIP-10: PySpark + Notebook Integration for Chronon Feature Development

This code is still a WIP! I am currently working on getting it to build with OSS Chronon but wanted to share so that reviewers of the CHIP can use it for context.

…S repo. Also remove constants provider for same reason
…up as a trait in the OSS repo. Can bring this back in a future PR
from typing import Optional

# --------------------------------------------------------------------------
# Company Specific Constants
Copy link
Collaborator

Choose a reason for hiding this comment

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

I like those placeholders

)

# Define type variable for our executables
T = TypeVar('T', GroupBy, Join)
Copy link
Collaborator

Choose a reason for hiding this comment

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

@camweston-stripe should we also include StagingQuery and add a staging query executable?

Suggested change
T = TypeVar('T', GroupBy, Join)
T = TypeVar('T', GroupBy, Join, StagingQuery)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants