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

CLI: Make sure condition is shown on processors ls #2092

Closed
Tracked by #1911
raulb opened this issue Jan 23, 2025 · 1 comment
Closed
Tracked by #1911

CLI: Make sure condition is shown on processors ls #2092

raulb opened this issue Jan 23, 2025 · 1 comment

Comments

@raulb
Copy link
Member

raulb commented Jan 23, 2025

No description provided.

@raulb raulb mentioned this issue Jan 23, 2025
41 tasks
@raulb raulb changed the title Make sure condition is shown on processors ls CLI: Make sure condition is shown on processors ls Jan 23, 2025
@raulb raulb moved this from Triage to In Progress in Conduit Main Jan 23, 2025
@raulb raulb moved this from In Progress to Triage in Conduit Main Jan 23, 2025
@raulb
Copy link
Member Author

raulb commented Jan 23, 2025

False alarm. This is in fact shown:

go run ./cmd/conduit/main.go processors ls
+-----------------------------------------------------------------+-------------------+----------------------------------+--------------------------------------------------------+----------------------+----------------------+
|                               ID                                |      PLUGIN       |            CONDITION             |                          TYPE                          |       CREATED        |     LAST_UPDATED     |
+-----------------------------------------------------------------+-------------------+----------------------------------+--------------------------------------------------------+----------------------+----------------------+
| add-department:employees-1:extract-name                         | field.set         |                                  | Connector (add-department:employees-1)                 | 2025-01-09T12:23:13Z | 2025-01-09T12:23:13Z |
| multiple-source-with-processor:extract-name                     | field.set         |                                  | Pipeline (multiple-source-with-processor)              | 2025-01-21T12:18:20Z | 2025-01-21T12:18:20Z |
| pipeline-with-dlq:generator-source:convert-name                 | field.convert     |                                  | Connector (pipeline-with-dlq:generator-source)         | 2025-01-21T12:18:20Z | 2025-01-21T12:18:20Z |
| pipeline-with-js-processor:greeting-processor                   | custom.javascript |                                  | Pipeline (pipeline-with-js-processor)                  | 2025-01-21T12:18:20Z | 2025-01-21T12:18:20Z |
| pipeline-with-source-processor:employees-1:extract-name         | field.set         |                                  | Connector (pipeline-with-source-processor:employees-1) | 2025-01-21T12:18:20Z | 2025-01-23T11:58:18Z |
| pipeline-with-source-processor:employees-1:filter-notifications | filter            | {{ eq .Metadata.filter "true" }} | Connector (pipeline-with-source-processor:employees-1) | 2025-01-23T12:03:11Z | 2025-01-23T12:03:11Z |
+-----------------------------------------------------------------+-------------------+----------------------------------+--------------------------------------------------------+----------------------+----------------------+

@raulb raulb closed this as completed Jan 23, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Conduit Main Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant