astro-cli icon indicating copy to clipboard operation
astro-cli copied to clipboard

Go 1.18 PoC that Uses Generic Table Select Function - Only Applied to workspace.go for now

Open alex-astronomer opened this issue 3 years ago โ€ข 0 comments

Description

PoC that turns the table selection functions into a generic table select. I applied this just to the workspace.go file for now just to make the original PR easy to read. In case there are issues that I need to fix I'd prefer not to change too much at once and have to go back and revise.

๐ŸŽŸ Issue(s)

Closes #561

๐Ÿงช Functional Testing

Added the unit testing for printutil and the workspace functions are already tested.

๐Ÿ“‹ Checklist

  • [x] Rebased from the main (or release if patching) branch (before testing)
  • [x] Ran make test before taking out of draft
  • [x] Ran make lint before taking out of draft
  • [x] Added/updated applicable tests
  • [x] Tested against Astro-API (if necessary).
  • [x] Tested against Houston-API and Astronomer (if necessary).
  • [x] Communicated to/tagged owners of respective clients potentially impacted by these changes.
  • [x] Updated any related documentation

alex-astronomer avatar Jun 01 '22 22:06 alex-astronomer