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

Move core/tasks.ts to CLI, and minor cleanup #1598

Merged
merged 7 commits into from
Dec 4, 2023
Merged

Move core/tasks.ts to CLI, and minor cleanup #1598

merged 7 commits into from
Dec 4, 2023

Conversation

Ekrekr
Copy link
Contributor

@Ekrekr Ekrekr commented Dec 1, 2023

No description provided.

/**
* Provides a readable string representation of the target which is used for e.g. specifying
* actions on the CLI.
* This is effectively equivelant to an action "name".
*
* This is an ambiguous transformation, multiple targets may map to the same string
* and it should not be used for indexing. Use {@code targetStringifier} instead.
*
* TODO(ekrekr): replace remaining incorrect usage of this with targetStringifier.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe create an internal bug for tracking ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will do this as part of the v3 release bug (we're not meant to link buganizer in open source).

@Ekrekr Ekrekr merged commit 08be45f into main_v3 Dec 4, 2023
4 checks passed
@Ekrekr Ekrekr deleted the move-tasks branch December 4, 2023 15:19
moker-spaghetti pushed a commit to moker-spaghetti/dataform that referenced this pull request May 26, 2024
* Move tasks.ts to CLI, and minor cleanup

* Fix imports

* Fix API test

* Fix import order

* Add missing build rule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants