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

Added svg format and option #365

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

abhijithp05
Copy link

@abhijithp05 abhijithp05 commented Jan 27, 2023

resolves #283

Description

Checklist

@cla-bot
Copy link

cla-bot bot commented Jan 27, 2023

Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA.

In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR.

CLA has not been signed by users: @abhijithp05

@abhijithp05
Copy link
Author

CLA has been signed

@cla-bot cla-bot bot added the cla:yes label Jan 28, 2023
@nelsoncardenas
Copy link

Hope it gets reviews soon

Copy link
Contributor

This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 28, 2023
@nelsoncardenas
Copy link

.

@github-actions github-actions bot removed the Stale label Nov 29, 2023
@dbeatty10 dbeatty10 added the community This PR is from a community member label Mar 22, 2024
contextMenuClasses: ['graph-node-context-menu']
menuItems: [
{
id: "jump",
Copy link

Choose a reason for hiding this comment

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

Why would you change all ' to "? Not only does this confuse the diff (there are much less real changes than it looks like), but you also make the code inconsistent (above your change, everything still uses single-quotes).

Choose a reason for hiding this comment

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

Hi @mkielar, completely agree on the issue with the quotation marks. I am not a JS expert and familiar with the DBT repo; if this is the only issue I propose reverting to the original single-quote convention this snippet of code affected, since the original creator didn't follow up on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes community This PR is from a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-794] Export Lineage Graph as SVG or PDF
5 participants