You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the cybersyn database/share name change, it breaks the application.
in utils.py
this string
CYBERSYN_GITHUB_ARCHIVE.CYBERSYN.GITHUB_STARS
now needs to be this string in all the code...
GITHUB_ARCHIVE.CYBERSYN.GITHUB_STARS
Could make it a variable to make it easier to change in the future.
Need to add a section on how to add the SQLPARSE package
Need to add a section on creating an internal stage and uploading the following files to it and then adding those as stage based packages.
@SAMPLEDATABASE.STARGAZERS.STREAMLITGITHUBPOPULARITY/components.py
@SAMPLEDATABASE.STARGAZERS.STREAMLITGITHUBPOPULARITY/utils.py
@SAMPLEDATABASE.STARGAZERS.STREAMLITGITHUBPOPULARITY/environment.yml
Then the app will work out of the box for customers. Over time, stuff changes and code needs to be tweeked a little. With these changes the code should work. Thank You.
The text was updated successfully, but these errors were encountered:
With the cybersyn database/share name change, it breaks the application.
in utils.py
this string
CYBERSYN_GITHUB_ARCHIVE.CYBERSYN.GITHUB_STARS
now needs to be this string in all the code...
GITHUB_ARCHIVE.CYBERSYN.GITHUB_STARS
Could make it a variable to make it easier to change in the future.
Need to add a section on how to add the SQLPARSE package
Need to add a section on creating an internal stage and uploading the following files to it and then adding those as stage based packages.
@SAMPLEDATABASE.STARGAZERS.STREAMLITGITHUBPOPULARITY/components.py
@SAMPLEDATABASE.STARGAZERS.STREAMLITGITHUBPOPULARITY/utils.py
@SAMPLEDATABASE.STARGAZERS.STREAMLITGITHUBPOPULARITY/environment.yml
Then the app will work out of the box for customers. Over time, stuff changes and code needs to be tweeked a little. With these changes the code should work. Thank You.
The text was updated successfully, but these errors were encountered: