Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Make a taskKey applicationDescriptor available for external use #1028

Open
Lockdain opened this issue Apr 15, 2021 · 0 comments
Open

Make a taskKey applicationDescriptor available for external use #1028

Lockdain opened this issue Apr 15, 2021 · 0 comments

Comments

@Lockdain
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Application Descriptor is very useful since it contains almost any pipeline-related info.
Currently the taskKey applicationDescriptor at CloudflowKeys.scala marked as private and can't be utilized by user in any way.

We've observed a use cases when it is needed to exchange a pipeline's topology (I mean basically its structure) with other systems, e. g. frontend. It would be much more simpler to create any topology integration structures based on App Descriptor object (by creating custom sbt task at the user side).

Is your feature request related to a specific runtime of cloudflow or applicable for all runtimes?
Local runtime basically.

Describe the solution you'd like
Make Application Descriptor public or create its replica, which will be available for users.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant