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 extractors output #566

Merged

Conversation

norberttech
Copy link
Member

@norberttech norberttech commented Oct 11, 2023

Change Log

Added

  • array_to_map() DSL function
  • optional expression to work with optional entries
  • UPGRADE.md to help with migrations between flow versions

Fixed

Changed

  • ref is no longer null safe
  • Extractors are no longer returning rows under "row" ArrayEntry, instead all values are unpacked to dedicated rows

Removed

Deprecated

Security


Description

Ref: #534

Simplified CSV extractor output

Simplified JSON extractor output

Simplified Avro extractor output

Simplified DBAL Extractors output

Simplified GoogleSheetExtractor output

Simplified ParquetExtractor output

Simplified TextExtractor output

Simplified XMLExtractor output

Static analyze fixes

Simplified all existing expression integration tests

Replaced nullsafe behavior in ref expression with optional expression
@github-actions
Copy link
Contributor

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

UPGGRADE.md Outdated Show resolved Hide resolved
UPGGRADE.md Outdated Show resolved Hide resolved
src/core/etl/src/Flow/ETL/DSL/From.php Show resolved Hide resolved
@github-actions

This comment was marked as outdated.

1 similar comment
@github-actions
Copy link
Contributor

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

UPGGRADE.md Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

UPGRADE.md Show resolved Hide resolved
@github-actions
Copy link
Contributor

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@norberttech norberttech merged commit 5b2625a into flow-php:1.x Oct 12, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants