Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify dataset serialization code #38089

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

uranusjr
Copy link
Member

I went back and forth a bit on this, but ultimately decided it is the most simple to just skip the entire BaseSerialization process and serialize on our own. We don't need to deserialize dataset_expression anyway (the value goes directly to the web frontend for rendering).

@uranusjr uranusjr requested review from kaxil, XD-DENG and ashb as code owners March 12, 2024 21:40
@uranusjr uranusjr force-pushed the dataset-serialization-refactor branch from 93be496 to 2c537f2 Compare March 13, 2024 17:55
@uranusjr uranusjr changed the title Simplify dataset serialization with attrs Simplify dataset serialization code Mar 13, 2024
@uranusjr uranusjr force-pushed the dataset-serialization-refactor branch 3 times, most recently from a73ca2c to 3c33733 Compare March 13, 2024 17:59
I went back and forth a bit on this, but ultimately decided it is the
most simple to just skip the entire BaseSerialization process and
serialize on our own. We don't need to deserialize dataset_expression
anyway (the value goes directly to the web frontend for rendering).
@uranusjr uranusjr force-pushed the dataset-serialization-refactor branch from 3c33733 to bbb9663 Compare March 13, 2024 18:58
@uranusjr uranusjr merged commit c14241b into apache:main Mar 14, 2024
56 checks passed
@uranusjr uranusjr deleted the dataset-serialization-refactor branch March 14, 2024 11:51
@potiuk
Copy link
Member

potiuk commented Mar 14, 2024

Reverting this one as it broke merged in-parallel #38123

potiuk added a commit to potiuk/airflow that referenced this pull request Mar 14, 2024
potiuk added a commit that referenced this pull request Mar 14, 2024
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants