Skip to content

Conversation

@Emos21
Copy link
Contributor

@Emos21 Emos21 commented Aug 29, 2024

No description provided.

);

-- Create Edge table
CREATE TABLE IF NOT EXISTS "Edge" (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

always separate out migrations into a separate pr

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tho this doesn't actually look like a migration is it for manual testing locally?

@gvelez17
Copy link
Contributor

hey @Emos21 this is interesting and ambitious, i think we want to break it apart into specific functional parts, maybe later we can walk thru after Dec 20 in person

@gvelez17 gvelez17 marked this pull request as draft December 11, 2024 00:02
col_names = [desc[0] for desc in cur.description]
return dict(zip(col_names, result))
else:
with get_conn() as conn:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make linter changes separately and actual changes in a smaller pr

too hard to review large pr with many lint-only changes and some real ones

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 this pull request may close these issues.

3 participants