GoogleCloudPlatform / datacatalog-connectors-bi

Sample code with integration between Data Catalog and BI data sources.
Apache License 2.0
32 stars 16 forks source link

Set up the Sisense Connector package structure #73

Closed ricardolsmendes closed 3 years ago

ricardolsmendes commented 3 years ago

- What I did Set up the Sisense Connector package structure.

- How I did it

  1. Created a Python package with unit test support.
  2. Created a docs folder with the initial developer resources.
  3. Added a Postman collection to demonstrate foundational REST operations such as authentication, get folders, get dashboards and get widgets.

- How to verify it Check the static content, the Postman files, and run the unit tests.

- Description for the changelog Set up the Sisense Connector package structure.

PS: This PR is part of the effort to implement #70.

ricardolsmendes commented 3 years ago

Hey @mesmacosta, could you take a look, please? Thanks!

ricardolsmendes commented 3 years ago

LGTM! Nice small PR :)

Thanks for the quick response! I'll try to keep the next ones as succinct as I can, it will help to expedite the code review. 😃