Hi guys, am experiencing the issue where my profil...
# troubleshoot
f
Hi guys, am experiencing the issue where my profiling does not start. Does anybody have an idea what might be wrong? There is no error or debug msg, just nothing happens related to profiling. I am using MSSQL(pyodbc) on cli version 0.8.45.2 My config:
Copy code
source:
  type: mssql
  config:
    password: ---------
    database: sandbox_validation
    host_port: 'az-uk-mssql-accept-01.logex.cloud:1433'
    username: ------
    use_odbc: 'true'
    uri_args:
        driver: 'ODBC Driver 17 for SQL Server'
        Encrypt: 'Yes'
        TrustServerCertificate: 'Yes'
        ssl: 'True'
    env: STG
    profiling:
      enabled: true
      limit: 10000
      report_dropped_profiles: false
      profile_table_level_only: false

      include_field_null_count: true
      include_field_min_value: true
      include_field_max_value: true
      include_field_mean_value: true
      include_field_median_value: true
      include_field_stddev_value: true
      include_field_quantiles: true
      include_field_distinct_value_frequencies: true
      include_field_sample_values: true
      turn_off_expensive_profiling_metrics: false
      include_field_histogram: true
      catch_exceptions: false
      max_workers: 4
      query_combiner_enabled: true
      max_number_of_fields_to_profile: 100
      profile_if_updated_since_days: null
      partition_profiling_enabled: false
    schema_pattern:
      deny:
        - DS\\oleksii
        - ds*
        - Logex*
      allow:
        - dbo.*
        - dbo
cheers!
l
Hi @future-hair-23690! Gentle reminder to please stick to our Slack Guidelines & post large blocks of code/stack trace in threads; it’s a HUGE help for us to keep track of unaddressed questions across our various support channels! teamwork