254 questions
Score of 1
1 answer
42 views
BigQuery Dataset Sharing with external user
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
Permission control on snowflake imported database
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
Share Specific Table from One Snowflake Account to Another Snowflake Account in Different Regions
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
Computer shader data sharing among threads,
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
flutter callback function gives empty list despite passing non empty list in custom widget
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
How to share data between (multiple instances) of 2 unrelated components?
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
Next.JS Sending Multiple Data strings between pages
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
How can ngOnChanges be called only for active tabs in mat-tab-group?
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
Angular: How to handle "Loader" & "child div with piechart of c3.js" in parent component when isLoading is received from child once api is subscribed
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
List all the shared tables that don't have a row access policy
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
Why to use @input @output over subject/services?
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
Setting up a consolidated postgresql databases to get data from multiple child databases
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
Using data from a supervised processes to start another
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
Querying for Shares?
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
Snowflake External Table with Data Share?
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 ...