ramansingh89
03-28-2024ETL
CD using Sisense API's with Github: - Python/Github Actions
Hello,
I am trying to build a CD workflow where i can commit a code to a particular git branch (eg: test/analytics, prod/analytics) and it should automatically identify the asset id's (that are part of that commit), pull that branch in sisense test instance and publish those assets (models/dashboards)
I wonder if anyone has done something similar in Python or Github Actions? A code snippet/sample script would be really helpful
Thank you in advance