Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Primary key, column and table discovery queries #42

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2023

  1. Fix Primary key discovery query

    Current implementation returns empty set. Redshift tables information_schema.table_constraints and information_schema.key_column_usage are empty.
    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0259339 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7ba3a52 View commit details
    Browse the repository at this point in the history
  3. Fix syntax

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    576705d View commit details
    Browse the repository at this point in the history
  4. Fix syntax

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    268503d View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b8cc7a3 View commit details
    Browse the repository at this point in the history
  6. Add debug

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f4173d4 View commit details
    Browse the repository at this point in the history
  7. Update __init__.py

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5e49063 View commit details
    Browse the repository at this point in the history
  8. Update __init__.py

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a407afb View commit details
    Browse the repository at this point in the history
  9. Update columns_spec and table_spec

    Information schema is giving deleted columns and tables
    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e45f898 View commit details
    Browse the repository at this point in the history
  10. Update __init__.py

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    03701f0 View commit details
    Browse the repository at this point in the history
  11. Update __init__.py

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c8a33c0 View commit details
    Browse the repository at this point in the history
  12. Fix datetime issue

    silverbullet1 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    89a87bd View commit details
    Browse the repository at this point in the history