Skip to content

issues Search Results · repo:datafold/data-diff language:Python

Filter by

318 results
 (76 ms)

318 results

indatafold/data-diff (press backspace or delete to remove)

Trying to do a cross-database compare between Oracle and BigQuery. The key column in Oracle is of type VARCHAR2(40). In BigQuery it is STRING. The keys are mostly UUID, but also some test records with ...
bug
triage
  • mhe2024
  • 1
  • Opened 
    on May 15, 2024
  • #896

Describe the bug The counts reported on the command line by the open source data-diff program are correct for rows exclusive to table a, exclusive to b and changed rows. However, the counts of the result ...
bug
triage
  • zigouras
  • 1
  • Opened 
    on May 15, 2024
  • #895

Is your feature request related to a problem? Please describe. The unique_key configuration in incremental models as recommended from dbt is ignored. Describe the solution you d like Extend primary key ...
enhancement
triage
  • adrianoesch
  • 1
  • Opened 
    on May 7, 2024
  • #893

Describe the bug When performing a diff between two BigQuery tables, an exception is occurring when executing the following sql: DEBUG Database BigQuery(default_schema= dev_schema , _interactive=False, ...
bug
triage
  • hamish-turnbull
  • 1
  • Opened 
    on May 3, 2024
  • #892

Describe the bug When performing a diff between a table in postres and snowflake -- the diff function will fail if Snowflake primary key field is a TEXT field and the table is empty. I noticed in the ...
bug
triage
  • jsnb-devoted
  • 1
  • Opened 
    on Apr 30, 2024
  • #891

describe. For different database the where filer may different. Blow is an exmple: In postgresql we use date_trunc( month , cast(current_date as timestamptz)- interval 0 month ) to get the first day of ...
enhancement
triage
  • Schumpeterx
  • 1
  • Opened 
    on Apr 26, 2024
  • #889

Describe the bug I found three errors when using data-diff with Postgresql time type. - database prepare for pg and mysql CREATE TABLE test_time2 (id int ,time_col time(3)); insert into test_time2 ...
bug
triage
  • Schumpeterx
  • 1
  • Opened 
    on Apr 24, 2024
  • #888

Describe the bug Getting an error when trying the following example using DuckDB: table1 = connect_to_table( postgresql:/// , Rating , id ) list(diff_tables(table1, table1)) [] Code: import duckdb ...
bug
triage
  • cmcnicoll
  • 1
  • Opened 
    on Apr 22, 2024
  • #887

Describe the bug data diff runs a query with TRIM() but sql server 17 does not support this. Make sure to include the following (minus sensitive information): command: data-diff -d redshift_uri ...
bug
triage
  • MiConnell
  • 1
  • Opened 
    on Apr 16, 2024
  • #885

Describe the bug when running data diff comparing sql server to redshift, I m getting the error: data_diff.databases.base.QueryError: ( 42S02 , [42S02] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Invalid ...
bug
triage
  • MiConnell
  • 1
  • Opened 
    on Apr 16, 2024
  • #884
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub