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

Change ManagedSchemaTransformProvider to take a Row config #30937

Closed
wants to merge 3 commits into from

Conversation

ahmedabu98
Copy link
Contributor

This is a small implementation detail change to make ManagedSchemaTransformProvider take a config represented as a Row instead of a YAML string. It makes more sense for xlang use-cases to send a Beam Row to configure the underlying transform rather than an inline Yaml string.

This PR makes no changes to the surface-level Managed Java API

@github-actions github-actions bot added the java label Apr 11, 2024
@ahmedabu98
Copy link
Contributor Author

Java IO precommit failing due to #30941

Copy link
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

@ahmedabu98
Copy link
Contributor Author

Actually, I don't think this is possible because we don't know the underlying transform's configuration schema ahead of time. Even if we do via some mapping, this still won't work because configuration schemas differ from one IO to another

@ahmedabu98 ahmedabu98 closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant