-
Notifications
You must be signed in to change notification settings - Fork 63
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
Refactor/remove opengraph #699
Conversation
alter view live_specs_ext owner to authenticated; | ||
|
||
-- Extended view of user draft specifications. | ||
create view draft_specs_ext as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jgraettinger in response to your question about why I'm recreating draft_specs_ext
here, it's because we have to recreate live_specs_ext
to remove the connector_open_graph
field, and draft_specs_ext
depends on it. Nothing is changing in draft_specs_ext
itself.
@jgraettinger you mentioned wanting me to wrap (something) in |
Can't seem to drop `generate_opengraph_value()`...
03e1fe6
to
d0bd181
Compare
Alrighty, finally managed to test this successfully locally! Everything seems to work, so I think we're good to merge. Next steps:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚢
Description:
Nuking left-over opengraph stuff after implementing estuary/animated-carnival#58. Original PR was at estuary/animated-carnival#67, which got rolled into the Flow repo.
Deleted
scripts/seed_connectors.sql
as per @jgraettinger: estuary/animated-carnival#67 (comment)Blocked on testing locally, which seems to be temporarily broken in current
master
This change is