Can't find what you're looking for?
Official
Accepted
Unanswered
Advanced Filters
Search Results (11)
REVIEWED-PENDING DOCUMENTATION: What is the work flow for a DQ Check Job, and how are rules applied, do rules hit the original data source?
Question: My understanding is that there are two possibilities for rules to run. One is they run against the Apache Spark Dataset created by the DQ Check, thereby they do not bother the customer datasource. The other option is that a DQ Native SQL rule is created which is targeting a native database
Questions
REVIEWED-PENDING DOCUMENTATION: Are JOIN statements allowed when creating a Dataset?
The question has repeatedly been asked by DQ customers, “Are JOIN statements allowed when creating an initial Dataset, in the scope query?” I have heard many different answers, so I asked Brian Mearns, the DQ Product Owner to clarify. He said : “When creating a DQ dataset, the DQ scope query will al
Questions
SQL Server Springboot integration
Hi @spring-team.collibra.com, i am trying to connect to SQL server, and would like to know, if you can help me with the Connection string for remote SQL server. Currently i am using the following: sql.datasource.jdbc-url=jdbc:sqlserver://;databaseName=;TrustServerCertificate=True sql.datasource.use
Questions
•
Integrations
TO BE REVIEWED: DQ Rule Creation: Simple vs. Freeform vs. Native
Customer Question: “Please advise if this type of rule can be written as a Simple Rule, or must it be written as Freeform SQL or as a Native SQL rule?: BP_HIGH_IND is NULL AND BP_IND IS NULL AND ADDR_LINE3_TX is NOT NULL AND (length(ADDR_Line1_TX) > 40 or ADDR_LINE3_TX NOT rlike (’^[a-zA-Z0-9,#&a
Questions
Rules details export shows difference with respect to summary details
Has anyone experienced a difficulty in interpreting the export of rules details in a data quality job.? The export shows much larger difference with respect to the summary details in a data quality job findings that uses a pushdown connection.
Questions
•
Data Quality & Observability
Collibra DQ unable to join dataset using @
For a specific dataset created, Collibra is not able to see it as a dataset name and is throwing error - Exception with freeform sql rule check: extraneous input '@' expecting ... Usually if @dataset is registered, the query will change the name of the dataset from @dataset to <dataset>_datas
Questions
•
Data Quality & Observability
How can I configure BigQuery Technical Lineage "other query" when I am using INFORMATION_SCHEMA.JOBS instead of ROUTINES/PARAMETERS
hello, I am configuring a BigQuery Technical Lineage, but I have realized that in the section "other queries" the tables from information schema used is not the same from the default collibra query : SELECTr.routine_name,CONCAT('CREATE ', r.routine_type, ' `', r.routine_schema, '.', r.routine_name
Questions
•
Edge
XML Datatype within SQL database
We are trying to onboard a SQL source to Collibra containing XML datatype. Has anyone had any experience /success with successfully doing this using the Collibra SQL JDB driver?
Questions
•
Integrations
Ingest specific SQL tables from a schema
Hello, I am trying to ingest some tables from a schema from an SQL server. I only want to ingest a few tables and ignore the rest. I am trying to use the connection string given in the documentation - “Tables=TableA, TableB, TableC”. However, I only see the schema ingested and none of the mentioned
Questions
•
Integrations
Extracting KPI definitions from database views
Hello, In my organization there are several hundred KPIs defined in a views. (For example, there is CustomerKPI view select a * b / c as CustomerScore1 definition. Is there a way in Collibra to automatically extract those definitions for purposes of crating KPI catalog? If so, how? Do we need to cre
Questions
•
Integrations
Cant connect Collibra to SQL Intanced Server
Hello, we are trying to connect Collibra to a instance in our SQL Server with the jdbc string: jdbc:sqlserver://{SERVER}\{INSTANCE}:{PORT};databaseName={DATABASE};encrypt=true;trustServerCertificate=true, but it keeps returning this error: Unexpected error running test connection Test jdbc connecti
Questions
•
JDBC drivers