delta-io / website

Delta Lake Website
https://delta.io
Apache License 2.0
24 stars 36 forks source link

Updated downloads chart in blog post and on Community page #415

Closed cjyabraham closed 6 months ago

netlify[bot] commented 6 months ago

Deploy Preview for delta-io-beta ready!

Name Link
Latest commit c2da24d52678d242921dde8a7d9de638afe9e479
Latest deploy log https://app.netlify.com/sites/delta-io-beta/deploys/664c71a1dfbe69000859c26c
Deploy Preview https://deploy-preview-415--delta-io-beta.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

lucyhyde commented 6 months ago

@cjyabraham

There were a few issues in the build checks:

Warning for Console Statements (has a no-console rule) Locations: gatsby-node.js at line 86. EventsList.jsx at line 165.

Error for Unused Variable (violates the no-unused-vars rule) Location: ChartSection/index.jsx at line 2.

Are the console statements needed/do you want to remove them and the "grid" variable?

cjyabraham commented 6 months ago

Ok, I fixed the error but left the warnings.