Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
69 views

I want to pass the data from the NextJS middleware to the client component. I am using NextJS for the frontend, and an Express API for the backend. I could do it with X-Headers but what I want to send ...
GlicyDev's user avatar
1 vote
1 answer
77 views

I am new to Kafka and if I understand correctly we need to Specify upfront the number of partitions We can increase partitions if required but we can't delete them (at the risk of losing data) The ...
Jim's user avatar
  • 4,529
0 votes
1 answer
96 views

I'm facing a persistent issue when trying to import a .csv file into SQL Server using bcp. The operation always fails with the following error: SQLState = S1000, NativeError = 0 Error = [Microsoft][...
Wima's user avatar
  • 5
0 votes
0 answers
33 views

I am exploring solutions for implementing a data tiering strategy between S3 buckets while maintaining seamless data accessibility. Currently, I have the following setup: A hot-tier S3 bucket ...
pacman's user avatar
  • 845
1 vote
3 answers
153 views

I have an assignment in C language covering hypothetical situation: I have data transmission between two devices, and they are sending information by float data type. Float is 4 bytes. But data bus is ...
Vokun's user avatar
  • 33
0 votes
0 answers
36 views

This question is about updating page widgets before dispatching a change event, not about reading a file. The rest shows the context. There is an input file widget on a web page. When a button is ...
Raymond Kennington's user avatar
1 vote
0 answers
74 views

I'm encountering an error when loading Parquet data into BigQuery. My table schema defines a field (e.g., voltage) as FLOAT and NULLABLE. However, when the Parquet file contains null values for this ...
berk cinar's user avatar
-1 votes
0 answers
27 views

I have code that looks like this: public async Task CopyUsr(object sender) { var dataView = sender as SfDataGrid; PswdWthGrp row = (PswdWthGrp)dataView!.SelectedRow; if (row != null) ...
Bob Gatto's user avatar
  • 164
-2 votes
1 answer
211 views

I saw this tweet from @samgoodwin89 last week: Cloudflare has no egress fees and AWS has no ingress fees. Pay egress fees once to move data to R2 and now you can migrate data to as many AWS regions ...
Cristobal Sarome's user avatar
0 votes
1 answer
314 views

We recently encountered a problem with our file transfer configuration using the tsop-agent for Google Cloud Storage. Here is a summary of the situation: Problem Description Observed Error: E0621 13:...
Jinja_dude's user avatar
0 votes
1 answer
290 views

I am trying to use the Airflow operator BigQueryToMsSqlOperator to move a dataset from BigQuery to SQL Server (2019). The dataset is 9 columns of numeric, date, and integer data types. It currently ...
user25419094's user avatar
0 votes
0 answers
38 views

The following code is a part of a web file search engine (.stl files) that takes file found by the search engine and automatically finds a file input on the webpage where it procceeds to upload it ...
Armaan Ahmad's user avatar
0 votes
1 answer
341 views

I configured Google Storage Transfer Service to copy objects from a Google Cloud Storage bucket to another Google Cloud Storage bucket. By the way, 98% of objects are succeed to copy, but 2% of ...
Darkttd's user avatar
1 vote
0 answers
47 views

Check out how to subscribe to the expiring message in redis and trigger a code to load the message to mongo provided the connection settings for your Redis instance, including the host, port, password,...
Surya RE's user avatar
-2 votes
2 answers
241 views

able to transfer data from s3 source bucket to s3 destination bucket and its work in sync way like when ever the source get update i should send automatically that date to the destination bucket and ...
sooraj's user avatar
  • 1
1 vote
0 answers
427 views

I'm working on a project where I need to transfer data from Snowflake tables to Apache Kafka topics. I'm not familiar with dbt and I'm wondering if it's possible to use dbt to facilitate this data ...
Yaniv's user avatar
  • 164
0 votes
0 answers
221 views

I try to communicate with an NFC Reader ID CPR30+ from FEIG that is connected to via USB to my Windows10 Laptop. I installed the device driver and with PyUSB I can detect the device with idVendor, ...
ArtyLee's user avatar
  • 19
2 votes
0 answers
73 views

I am doing the next program, there is a system of ships (naves), that travel to planets (planetas) to give deliveries (paquetes). This are the structs I have created for that. Naves* generando_naves(...
user23691974's user avatar
0 votes
0 answers
632 views

may I ask some help about accessing detailed error log for failed transfer in BigQuery? I have this message in the transfer run details (some data is altered to keep anonymity): Error while reading ...
Sándor Volenszki's user avatar
0 votes
1 answer
162 views

I am trying to copy data from table Orders to table Order_History. Both tables have a foreign key to Details and Detail_History. We have an Ordernumber column in both orders tables and a corresponding ...
Error In Code's user avatar
2 votes
0 answers
98 views

I want to figure out whether dataTransfer.dropEffect should work both in dragover and dragenter event handlers, and why it doesn't work in dragenter. In this example I set e.dataTransfer.dropEffect to ...
Inna Aznauryan's user avatar
0 votes
1 answer
165 views

I am trying to pass data from one Google Sheet: Data transfered to another sheet by URL: https://docs.google.com/spreadsheets/d/1gFuY2i50Vxdl5kx7iHZAupILAW2u35KYSRzCKKXMWIk/edit#gid=0 Data (specific ...
Erba Aitbayev's user avatar
0 votes
0 answers
165 views

Our team has a postgres DB which has a lot of data, to which Pega (Decisioning Platform) is connected. But Pega receives unwanted attributes, data and irrelevant information from this DB which is ...
Anjali Raj's user avatar
0 votes
1 answer
737 views

I am trying to run llama on my local server. After running Quickstart.ipynb Iam getting error llama_recipes not found. I tried to install llama_recipes from directory but didn't work. Also while ...
Suhaib Masood's user avatar
0 votes
1 answer
78 views

How to reduce data transfer in my website which is hosted in AWS using ec2instance & nginx. I tried the free tier but received a bill charged for data transfer that exceeded their limit. would ...
Sruthy Robin's user avatar
0 votes
0 answers
151 views

I am exchanging data with Stm32 via uart. However, when exchanging data, I can only receive 255 pieces of data. How can I increase the data size? The problem occurs when the data size is larger than ...
Dalya Enerji's user avatar
0 votes
1 answer
714 views

I have to write a code where creating two threads - S and W. Thread S performs switching with 1000ms delay from true to false and back. Thread W is waiting "true" from thread S and outputs ...
KoraOnEarth's user avatar
0 votes
1 answer
159 views

My task is to migrate data from a remote Microsoft SQL server over to a Google Cloud Big Query table. The data in question comes from joining two tables on a common key and filtering with a WHERE ...
Dylan Solms's user avatar
0 votes
1 answer
118 views

I am trying to load data from hive using spark can able to read the data recursively under the directory of dt=2022-10-11, however not able to read from -ext-10000..It is also not showing any error ...
Andy's user avatar
  • 1
0 votes
1 answer
42 views

I want to select the data and added a new column called 'check' based on the following rules: for each 'consumer' column, if the consumer doesn't have a master_consumer value (showing 'null' in the ...
Steve Timb's user avatar
0 votes
2 answers
175 views

The data I have is above 1000 rows and it keeps increasing. MS Excel is already freezing. I don't know how to migrate the data to a SQL database apart from creating a new table and inserting over 1000 ...
Aria Chris 's user avatar
-3 votes
1 answer
56 views

I'm building the communication module of an application on c++, I'm using windows socket to make the connection and the send() function to send files. When I try to send an image, it comes broken in ...
iumonyty's user avatar
0 votes
1 answer
61 views

I have two sibling components and a parent components. I want to transfer array data in child-two to child-one. parent.component.html <child-one (employees)="employeesFromChild"></...
Ezgi Ozdemir's user avatar
0 votes
1 answer
156 views

Is there a service or feature that will allow to feed specific google drive folder from one account to another regularly (for example every few days)? I need this for stock management. The plan is to ...
sauvignon's user avatar
0 votes
0 answers
114 views

I have a problem with import/export of data on SQL Server, when I use localhost connection to transfer data between 2 databases on the same instance. This takes a long time to transfer data and when I ...
Amir Mohammad Afsharzadeh's user avatar
0 votes
1 answer
303 views

I have a number of different folders stored in different folders in a Blob Storage account on Azure, and have moved all the files in these folders to a equivalently named folder in a Cloud Storage ...
Berra's user avatar
  • 43
0 votes
1 answer
159 views

I have an use case of transferring the data from MongoDB to PostgreSQL. I can able to transfer from single collection to single table using copy activity, but I need to transfer the data from single ...
vishal's user avatar
  • 43
2 votes
1 answer
228 views

I followed a YouTube tutorial to copy data from one sheet into another sheet in the same workbook. Mind you, I have no experience in VBA. I noticed that when I add a new entry it overwrites the ...
blueorchid00's user avatar
1 vote
2 answers
3k views

I'm pretty new to microcontroller stuff and have some limited programming experience, but I cannot figure out why my ESP is restarting after I finish transferring some data over USB from my python ...
Clinterpottrmus's user avatar
0 votes
0 answers
168 views

I may have the client as a computer or mobile phone connected to WiFi, and the server is on a computer connected with Ethernet. How can I transfer data such as images between them? Code for client: - ...
Shania F.'s user avatar
0 votes
0 answers
116 views

Hi we just recently started using Google Cloud Platform. We still use Microsoft SQL Server and SSRS for our reports. I have data that gets imported into GCP that I would like to use within Microsoft ...
Louis Donofrio's user avatar
0 votes
1 answer
1k views

I have 4 S3 Buckets, in which I have almost 40Tbs of data which includes 90% of Deep archive S3 Tiers. I need to move this data to another AWS Account since am planning to close my account. NOTE: ...
Thejus A P's user avatar
0 votes
2 answers
800 views

Is it possible to transfer data between two angular apps in a nx-workspace We can share data between libraries by using a shared-library. I tried to create two angular apps in a nx-workspace and i am ...
Mukesh Raj's user avatar
0 votes
0 answers
535 views

I want transfer and synchronize data between table_1 and table_2 from source database(postgresql) to target database(postgresql) with same table structure. I need this 3 logic: in table_2 if record ...
Ahmad Amiraslanli's user avatar
0 votes
1 answer
155 views

Have a 10 node Jenkins setup which is currently distributed across AWS and a Macmini service provider. Jenkins Master in AWS 8 Macmini nodes in a data center (Macmini service provider) This is ...
Hemanth Sundareshan's user avatar
0 votes
1 answer
1k views

I have an azure synapse pipeline with a dataflow which takes datafrom Azure synapse lake database to Azure synapse Dedicated SQL Pool. Here Azure synapse lake database is in sync with an Azure data ...
Anirudh Mounasamy's user avatar
0 votes
1 answer
1k views

I am trying to understand the cost implications between S3 and Ec2. I found this a nice article but it triggered me the following confusion. Everywhere the article says that the S3 and Ec2 data ...
Invisible's user avatar
  • 199
0 votes
0 answers
174 views

I'm trying to copy a table from one project to another using data transfer - dataset copy. On destination either I get an empty table or I get only few records from source table. Both cases show on ...
Snowfire's user avatar
  • 221
1 vote
1 answer
484 views

I’m attempting to create a BigQuery Data Transfer config, however each time I try to save the config (after successfully going through the “Bigquery Data Transfer Service wants to access your Google ...
semitimes's user avatar
2 votes
1 answer
88 views

I would like to log the battery signals of my laptop such as voltage, current, and temperature. I mean I want to create a GUI (using Python) to monitor these signals and log them. I'm wondering if it ...
Joondeka's user avatar

1
2 3 4 5
19