Questions tagged [federated]

Federated processing is a delegation of method invocation calls to trusted third party APIs or web services.

Federated processing transparently maps requests from multiple locations to return a single response. A federated data source can be queried directly even though the data is not stored locally.

References

111 questions
0
votes
1 answer

Analyzing the accuracy of my Federated Learning model

While analyzing the accuracy of my Federated Learning model, I found that my client's accuracy is going high but my global accuracy is not getting high. Can somebody help me on the same that why I am getting such issue. I am pasting the image that…
Aarti
  • 101
  • 7
0
votes
1 answer

Websphere Federated Repository Authentication Bug?

I am new to Websphere and am trying to connect to my orgs ldap repo using federated repositories on websphere. I am encountering a strange issue where, when hitting apply under Global security > Federated repositories > Manage repositories >…
0
votes
0 answers

Return aggregated data from federated query

I am working with SPARQL federated queries. I do not wish to return anything other than aggregated data from each service query. Is this possible? Currently, the query returns data from each service query, and then runs a count and group by. I tried…
Kris
  • 63
  • 7
0
votes
2 answers

Amazon Athena external lambda function (udf) - create view

I am trying to create an external function in Athena using AWS Lambda function. I am able to do so and query successfully using Athena query editor. Code is below. using external function s3signedurl(col1 VARCHAR) returns varchar lambda…
0
votes
1 answer

cognito app domain not working with federated sign in

I am getting this error ❌ net::ERR_NAME_NOT_RESOLVED when browser send request…
0
votes
1 answer

Visual Studio Code AWS Toolkit - How to connect using federated login -

My company has provided me with a federated login to access the AWS Console. I want to setup AWS Toolkit for Visual Studio Code; to work on lambdas. Is it possible to use the federated login to setup and connect AWS Toolkit ? Please advise.
0
votes
1 answer

How to delete cloudsql mysql records through bigquery. Federated query gives error "Failed to get query schema from MySQL server"

Hello google cloud and bigquery experts :-) I have a cloudsql mysql database and a BigQuery database in GCP I need to delete certain records in the cloudsql mysql database using mechanism akin to bigquery federated queries. for example see below…
Yogesh Devi
  • 617
  • 11
  • 30
0
votes
1 answer

Define Federated Object on DB2

I'm currently learning the basics of DB2 in school. Right now we are working on Federated Data Sources. I've been trying to solve this one exercise, but I'm stuck: In database DB001, table SH1.TB001 is to be included as a Federated Data Source. The…
serlag8622
  • 25
  • 1
  • 1
  • 7
0
votes
2 answers

Replicate an InnoDB table into a FEDERATED table

I would like to have a new table with FEDERATED engine, created (cloned) from another existing InnoDB table. Something like this: CREATE TABLE balance_live AS SELECT * FROM balance ENGINE=FEDERATED …
Reza Hajianpour
  • 707
  • 1
  • 10
  • 21
0
votes
1 answer

Virtual federated sql database

I need to implement the following and was hoping to get some ideas on how to solve the problem best: I have several SQL databases and want to offer the option to use a somehow federated database, i.e. a virtual SQL layer is supposed to receive…
felix_w
  • 15
  • 7
0
votes
2 answers

Azure AD - Federated Apps SAML

I need to configure Azure IDP with Gsuite, My requirement is : when user trying to login to web application by user email id, then it redirects to Gsuite and again asks user email Id to authenticate there too, then it redirects to Azure Ad (IDP)…
0
votes
2 answers

What is the best approach to move data between regions in Snowflake for the Federated Datawarehouse?

We are creating a Federated Datawarehouse using snowflake i,e i will have dedicated DWH on each specific region say 3 regions. I will have one global DWH in a separate region for which we need to take data from tables from the other region DWH for…
0
votes
1 answer

Slow delete on federated table in mysql

A delete statement on a federated table (on server A) takes about 300 seconds (only 20k rows) whereas the same delete statement takes 0.3 seconds called on the actual table (server B). I don't find any documentation or discussion on why this would…
YC C
  • 35
  • 4
0
votes
2 answers

Getting error while trying to execute a DB2 UDF which contains a table name connected through Federation

I have created a DB2 UDF in Database1, which is referring to a table (tablename2) in Database2 through Federation setup. The function is getting complied properly in Database1. But when the UDF is getting run by running the following select query,…
Manoj
  • 31
  • 1
  • 6
0
votes
1 answer

Notes Federated Login not downloading in memory ID file - Entry not found in index

We have setup Notes federated login to provide a single-signon for Notes clients from Active directory. and there seem to be a problem when getting the "in memory" ID file from the Vault. Here is the scenario User start Notes (tried both v9 and…