microsoft / azure_arc

Automated Azure Arc, Edge, and Platform environments
https://aka.ms/ArcJumpstart
Creative Commons Attribution 4.0 International
738 stars 545 forks source link

PostgreSQL Hyperscale ARM Template - no data tables in Adventureworks #451

Closed ghost closed 3 years ago

ghost commented 3 years ago

Scenario which you are working on Deploy an Azure PostgreSQL Hyperscale on AKS using an ARM Template

Describe the bug Adventureworks sample database is deployed. However no data tables are in. There are only meta data tables respectively system tables. There should be tables like Customer, Product, SalesOrderDetail etc.

To Reproduce Steps to reproduce the behavior:

  1. Run all steps in Deploy an Azure PostgreSQL Hyperscale on AKS using an ARM Template

Expected behavior Adventureworks data tables should be in the database. e.g. select distinct table_name from information_schema.columns order by 1 does not return tables of the Adventureworks database.

Screenshots adventureworks_onlymetadata

Additional context

ghost commented 3 years ago

With the latest repo update git clone https://github.com/microsoft/azure_arc.git the issue was fixed. Thank you!

awt

likamrat commented 3 years ago

Thx for the update @AlexanderTodorovic! We are currently working on some optimizations for the data services scenarios as well as adding some features to align with the services rollouts.