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

Add PIPELINES metadata table #109

Merged
merged 2 commits into from
Feb 14, 2025
Merged

Add PIPELINES metadata table #109

merged 2 commits into from
Feb 14, 2025

Conversation

ryannedolan
Copy link
Collaborator

Summary

  • Add k8s.PIPELINES metadata table.

Details

So far, this is just for convenience purposes, and for symmetry with the other metadata tables. With this change, users can check on the status of their pipelines without dropping out of the CLI.

Testing

0: Hoptimator> select * from "k8s".pipelines;
+---------------+-----------+
|     NAME      |  STATUS   |
+---------------+-----------+
| ads-audience2 | Deployed. |
| ads-target2   | Deployed. |
+---------------+-----------+
2 rows selected (0.593 seconds)

@ryannedolan ryannedolan enabled auto-merge (squash) February 14, 2025 20:38
@ryannedolan ryannedolan merged commit 5288aad into main Feb 14, 2025
1 check passed
@ryannedolan ryannedolan deleted the pipeline-metadata branch February 14, 2025 22:19
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.

2 participants