Snowflake-Labs / sfquickstarts

Follow along with our tutorials to get you up and running with Snowflake.
Apache License 2.0
349 stars 655 forks source link

Add Census Live Syncs Quickstart #1580

Closed dougvalenta closed 4 weeks ago

dougvalenta commented 2 months ago

We created a quickstart for using Dynamic Tables with Census Live Syncs. I accept the Snowflake CLA.

sfc-gh-lambrosetti commented 1 month ago

Hi Doug - the images aren't loading - please make sure the images are formatted correctly in the markdown

example:

![image name](image/path/here.png)

Otherwise, this looks good!

dougvalenta commented 1 month ago

Thanks for taking a look, Luke! The format I used is used in other guides in the repo (e.g. in "Churn Modeling in Hex"), and the images also appear inline when I "View File" in GitHub. I did notice while working on this that images were not loading for any quickstarts when I ran locally. I'm not familiar enough with the dev tooling being used in this project to understand why.

I'm happy to add alt text to the images if you think they need it, but I don't think that's why they aren't loading.

iamontheinet commented 1 month ago

@dougvalenta Images not loading locally was an issue on our end at one point. Can you please sync your fork with the upstream master branch and try it again? The issue was the gulp version in site/package.json file. If it still doesn't work, then go ahead and create a PR provided everything else is good to go. Thanks!

dougvalenta commented 1 month ago

@iamontheinet I'm not able to run locally at all anymore after pulling in latest master. No errors in the console other than the sass deprecation warnings, just doesn't end up actually listening on 8080. I'll have to try to get this working when I have more time