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

Output of rake yeet_dba:find_invalid_columns outputs column.inspect rather than column name #35

Open
timdiggins opened this issue Mar 27, 2023 · 0 comments · May be fixed by #36
Open

Comments

@timdiggins
Copy link

When you do rake yeet_dba:find_invalid_columns and there are dangling rows found,

it outputs with the readable name of the column obscured (an inspect instead of a name)

  -> external_links.#<YeetDba::Column:0x00007fc060abff90>
Invalid rows:   1165
Foreign table:  external_systems

I would expect it to output something like this instead:

  -> external_links.external_system_id
Invalid rows:   1165
Foreign table:  external_systems

I've created a PR for this.

timdiggins added a commit to timdiggins/yeet_dba that referenced this issue Mar 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant