-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Gradle Extension for Java SDK #66328
Copy link
Copy link
Open
Labels
AIP-108: java-sdkChange this to an 'area:' label after AIP acceptance.Change this to an 'area:' label after AIP acceptance.priority:lowBug with a simple workaround that would not block a releaseBug with a simple workaround that would not block a release
Metadata
Metadata
Assignees
Labels
AIP-108: java-sdkChange this to an 'area:' label after AIP acceptance.Change this to an 'area:' label after AIP acceptance.priority:lowBug with a simple workaround that would not block a releaseBug with a simple workaround that would not block a release
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Backlog
Since we "hack" some build-time details, for example:
airflow-metadata.yamlin jarBaseCoordinator.write_dag_codeto get the raw codeWhich means the normal
./gradlecommand could not pack those kind of Airflow Java SDK specific metadata, so it would be better to provide a gradle extension for users to compile the "fullly-Airflow compatible" jars.We should wait until the AIP for "Defining Dag in Foreign-Lang" pass.