Question around Power BI deployment pipeline with Tabular Editor 2 schema validation
I'm running Tabular Editor 2.24.1 in an Azure DevOps pipeline to validate Power BI semantic models using the -SC (schema check) flag, and I'm getting a schema validation error for one of my tables. Tabular Editor 2.24.1 (build 2.24.8878.22493) -------------------------------- Loading model... Loaded script: D:\a\1\s/repo_octopus/_DevOps/Scripts/SetConnectionStringFromEnv.cs Executing script 0... Trying to set connection for data source: 'SQLDW' using env var 'SQLDWConnectionString' Set connection string for data source 'SQLDW' Checking source schema... ##[error]Unable to retrieve column metadata for table 'Sales Order'. Check partition query. Does the -SC flag require the data source to be accessible from the build agent, or does it just validate syntax?