Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Implement streams and tasks import/export features #27

Open
jvalkeal opened this issue Nov 24, 2019 · 2 comments
Open

Implement streams and tasks import/export features #27

jvalkeal opened this issue Nov 24, 2019 · 2 comments
Milestone

Comments

@jvalkeal
Copy link
Contributor

jvalkeal commented Nov 24, 2019

It could work like this

  • Adding scdfsi and scdfti languages allow us to do syntax highlighting and to special processing via language server.
  • For streams and tasks we would work via Export Streams and Export Tasks which simply opens json given us by server
  • From import language itself we can add import command which allows user to pick environment where to import.;
  • And usual vscode chores around all these.
@jvalkeal jvalkeal added this to the 0.0.2 milestone Nov 24, 2019
@jvalkeal
Copy link
Contributor Author

It would be theoretically possible to do things like Import to Env... which asks target env and then does things automatically. This might be too much magic happening and was kinda reason why it wasn't done for app imports from known urls. As we anyway need to have a support to go via this intermediate step, then automating further is easy step in a future.

@jvalkeal
Copy link
Contributor Author

Thins needs an api support from dataflow.

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

No branches or pull requests

1 participant