Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
1 answer
42 views

I have a bigquery dataset that I am trying to share with an external user. I go to dataset -> share -> manage permissions -> add principal. I add the user ID in the new principal and assign ...
Score of 0
1 answer
74 views

I have one imported database in snowflake, which contains multiple tables. How can I grant one user access to one subset of tables, grant another user to another set of tables? It seems that I can’t ...
Score of 0
1 answer
179 views

I'm trying to share a single table (MY_TABLE) from the MY_DATABASE.MY_SCHEMA schema in a Snowflake source account (SOURCE_ACCOUNT) to a target account (TARGET_ACCOUNT) in the same organization but ...
Score of 0
0 answers
34 views

I have a compute shader in Vulkan, where I launch N threads with eight sub-threads each. Each subgroup of 8 threads share an eight element 'location' array. Each of the sub-threads calculate a number ...
Score of 1
0 answers
109 views

In the following codes, I have presented a minimal code (however I could not reproduce the issue in the minimal code). The MyCustomInputWidget provides two callback functions: one for the retrieval of ...
Score of 1
1 answer
139 views

I have 2 unrelated components, a search bar and a table. I have a service that shares data between them. The problem is that I have multiple instances of the search + table components depending on the ...
Score of 2
0 answers
79 views

I have a multi page form, where I have the user upload a file on the first page. The file's database location is then sent to the next page containing more questions. Now I want to support multiple ...
Score of 0
1 answer
106 views

I have a parent component and a child component. When I send the data from parent to child, it is calling the ngOnChanges method in both the child component instances hence causing data to be shared. ...
Score of 1
0 answers
34 views

In the below code snippet, I am trying to handle the behaviour of a css loader, as soon as the data is fetched and isLoading is false the loader should stop and the desired pie chart from child ...
Score of 2
1 answer
457 views

We want to make sure that any/all tables that are shared also have the Row Access Policy assigned to them. Is there a way to list which tables are being shared? (from https://www.reddit.com/r/...
Score of 0
1 answer
132 views

Generally while passing data from child to parent or parent to child we use @input and @output what are the benefits @input and @output have over subject or services apart from it's the most organic ...
Score of 0
1 answer
157 views

We are working in a project where we have multiple databases with same schemas and tables. Each gets its data from different activities performed and we want to consolidate everything into one ...
Score of 0
6 answers
185 views

The documentation details the following: When the supervisor starts, it traverses all child specifications and then starts each child in the order they are defined. This is done by calling the ...
Score of 1
0 answers
637 views

Is there a way to query/filter for data shares in a Snowflake account? I know that you can use below two queries to display information: SHOW SHARES; DESC SHARE my_share; But I cannot use above to ...
Score of 0
1 answer
516 views

If I share a Snowflake External table via a direct share with some other Snowflake account(maybe in another cloud region), who pays the compute + data transfer cost when the other account queries the ...

15 30 50 per page
1
2 3 4 5
17