Can't see Snowsight schema browser - snowflake-cloud-data-platform

In the Snowsight documentation, it looks like there should be an option to browse the schema:
I'm not seeing that:
Is there some setting I need to adjust?

The documentation is actually showing old information and the "Schema" tab is no longer present in Snowsight UI.
Have requested for the documentation to be updated.

The schema is present and should be on the left side like in the screenshot below:
What role are you using?

Related

Can I switch my default editor to Snowsight?

I login via SSO and it loads up the classic UI. After SSO login I'm sent to specific url like https://company.us-east.snowflakecomputing.com/console#/internal/worksheet.
Is it possible for me in Snowflake to change my default editor from classic to Snowsight so it automatically loads after the SSO login? I'm not an Admin.
It is possible to change Default Experience under Profile:
Yes, this feature is available where the default landing UI would be
Snowsight instead of the current Classic UI. Please reach out to Support team to get more details on this.
Assuming there's nothing in your SSO setup to prevent this, if you log in using the following URL pattern, it should take you to Snowsight instead of getting there from the classic UI:
https://app.snowflake.com/<REGION>/<ACCOUNT>
Your sample URL will take you to the classic UI. To change it, go from this:
https://company.us-east.snowflakecomputing.com/console#/internal/worksheet.
To this:
https://app.snowflake.com/us-east/company
You just need to start with the correct URL for Snowsight on your account, rather than the URL for the classic UI, which us what you are showing in your question
Unless your set-up is unusual (and not pure SSO) then SSO doesn’t change URLs - it just returns you to your original URL once you have logged in.

No hyperlinks in resultset classic console or snowsight

I have seen many examples of having active hyperlinks in the resultset in either the classic console or snowsight in Snowflake. However, all i get is the text of the address and i cannot click on it. I did come across an article explaining it depends on the application. It also says that Chrome will make a hyperlink of the text. But that is not the case with me. Neither Edge or Chrome makes active hyperlinks of the addresses. Things i tried. Querying a directory table and see the result of the file_url field. The address is there, but no hyperlink. I also tried to create a custom table that holds a address, but also no hyperlink on the result. Is there a certain setting that i am missing in either classic console/Snowsigth or webbrowser?
Kick
I'm on MacOS, using Chrome. The following query on Snowsight generates a result set that contains a url and is clickable:
select 'http://www.apnews.com' from dual;
Screenshot of result showing active URL:

Salesforce: get link from account connected to projects

I have an object "Project" that has a lookup field "Account__c". In the Salesforce experience builder, I want to have a link in the Project Detail page to the connected Account.
Something like "Go back to your account".
But I tried various links like "https://our webite/s/account/{!recordId.Account__c}"
I know that this: "https://* our website"/s/project/{!recordId}" works so I feel that there is a solution to this. I hope someone can help me.
Thanks in advance
I assume you're using standard detail page components and are looking to build a formula field to expose the linked Account URL?
/s/account/{!Account__r.Id} should do the trick as a relative URL.

Wagtail: How to use wagtailuserbar for moderation (approving and rejecting draft posts)

We are using the wagtailuserbar templatetag on our site and it works fine for published pages. We get the "Edit this page" and "View in admin" options etc.
The documentation says that wagtailuserbar can also be used by moderators to approve/reject drafts but I can't get this work.
Quote from the documentation:
Moderators are also given the ability to accept or reject a page being previewed as part of content moderation.
This screenshot shows the admin website with a page that has been submitted for moderation:
Clicking the preview link opens a new tab but the wagtail userbar is not visible.
If one instead uses the View Draft feature in the page explorer then again, new tab but no userbar.
Looking at the source code here these lines seem to remove the userbar for any preview view:
# Don't render if this is a preview. Since some routes can render the userbar without going through Page.serve(),
# request.is_preview might not be defined.
if getattr(request, 'is_preview', False):
return ''
My question is:
How can I use the wagtail userbar to approve or reject previews of pages submitted for moderation? The documentation suggests this is possible but experience and my understanding of the code suggests not.
It's a feature I'd really love to use.
Thanks for any help.
Thanks for this very clear description of the problem. I think this is a bug, which I've raised here:
https://github.com/wagtail/wagtail/issues/6008

Ancestor queries using the new Google Cloud console UI

How can I specify an ancestor query using the new Google Cloud Storage UI?
The image above shows the field to specify the query. I'd like to query for a User that has a specific parent id.
How'd that be?
P.S. It'd be great if Google adds some sort of documentation to this UI.
You can use try this using GQL syntax using this tab showed in the pictured attached.
Try something like this:
SELECT * YOUKIND WHERE key HAS ANCESTOR KEY(Person, 'Amy')
Reference : https://cloud.google.com/datastore/docs/apis/gql/gql_reference

Resources