Database Configuration and Tableau Migration
After deployment of all services, login to application, set the default organization to true in the database.
UPDATE organization SET status = 'true' WHERE org_id = 1
After updating the organization status in the database, login as a default-admin.
Create client and an organization. The Tableau migration is triggered automatically.
Verify the Tableau migration is completed in
tab_tableaumigration
table in the database.SELECT * FROM
tab_tableaumigration