dataops-tk / tap-powerbi-metadata

tap-powerbi-metadata
MIT License
5 stars 2 forks source link

Initial POC #1

Closed aaronsteers closed 3 years ago

aaronsteers commented 3 years ago

Goals for initial POC:

aaronsteers commented 3 years ago

@johntimeus - The basic CLI execution now works on my machine 😄 👍 :

 tap-powerbi-metadata % poetry run tap-powerbi-metadata --help    
Usage: tap-powerbi-metadata [OPTIONS]

  Handle command line execution.

Options:
  --catalog TEXT
  --config TEXT
  --format TEXT
  --discover
  --about
  --version
  --help          Show this message and exit.

Next steps, I think, will require creds we can start OAuth login and sync testing.

aaronsteers commented 3 years ago

@jtimeus-slalom - What are your thoughts on remaining steps for merging this to main as the inaugural "0.0.1" (or "0.1.0") release?

jtimeus-slalom commented 3 years ago

@aaronsteers I was thinking we'd clean up the logging, though that is not necessarily blocking us from merging this in and starting the work to make this usable via tapdance. Let's do it

jtimeus-slalom commented 3 years ago

Maybe also a cleaned up Readme, but also lower priority

jtimeus-slalom commented 3 years ago

Added separate issues to capture both of those work items

jtimeus-slalom commented 3 years ago

@aaronsteers Added a few issues for things needing attention, but nothing blocking us from merging Thanks for your help with this!