Questions tagged [stitch]
27 questions
2
votes
1 answer
Get `Inconsistent state for stream ` when integrating Heroku with AWS RDS PostgreSQL
When trying to integrate between from Heroku PostgreSQL DB and AWS Postgresql USING stitch data (stitchdata.com) I get the following message without much explanation:
Inconsistent state for stream DBNAME-public-addresses with replication method:…

zeh
- 1,197
- 2
- 14
- 29
1
vote
0 answers
Stitch multiple images horizontally and vertically to create grid, filling empy grid cells with black in Python
I have 12 images that I want to make a 4x3 stitched image out of. I have used np.concatenate to stitch them together, but is there a better way?
Here is my code:
for exr in range(len(exr_files)):
if exr == 0:
stitched_exrs =…

Ahmad Uzzam Masood
- 23
- 6
1
vote
1 answer
Snowflake Stitch connection throws 403 error
I’m trying to connect snowflake with stitch, I’m trying to get google sheets data to snowflake using stitch.
I’ve strictly followed documentation but the connection exits with 403
error. Please help me resolve this issue

tomdxb0004
- 61
- 1
- 6
1
vote
2 answers
GDAL - Multi-threaded gdalbuildvrt and gdalwarp
I need to stich a lot of geotiffs, located on an S3 storage into a big geotif.
Currently I using the following commands
gdalbuildvrt -input_file_list filelist.txt -overwrite /tmp/output.vrt
gdalwarp -co COMPRESS=LZW /tmp/output.vrt -overwrite…

Stefan Starke
- 31
- 3
1
vote
0 answers
Facebook API metric for result/conversions
I've got Facebook campaigns set up to catch All URL Traffic where URL contains, which is my custom conversion. It generates a Custom Conversions ID and a Data Source Pixel ID. Based on those I can see "results" generated in the admin panel under…

delimiter
- 745
- 4
- 13
1
vote
0 answers
How to have single connection for each device in MongoDB Atlas?
I have an Android that uses firebase for authentication and MongoDb as a backend, I'm currently on the M0 cluster where the connection limit is 500. I use the Stitch API. When I use app from my device the number of connections increases from 4 to 8.…

elchicho44
- 138
- 7
1
vote
2 answers
How to choose between Views or Scheduled Queries for de-duplicating BigQuery tables imported via Stitch?
I build statistical output generated on-demand from data stored in BigQuery tables. Some data is imported daily via stitch using "Append-Only". This results in duplicated observations in the imported tables (around 20kk rows growing 8kk yearly).
I…

nJGL
- 819
- 5
- 17
1
vote
1 answer
MongoDB Stitch Return JSON Array Object
How MongoDB Stitch 3rd Party Services return JSON Array Object? My return it's showing EJSON with $ (dollar sign). Someone can help me ?
return mycollection.findOne({"_id": BSON.ObjectId(id)});
response e.g.: cost: {$numberDouble: "65"}
I need…

Binho Pirolli
- 21
- 2
0
votes
0 answers
Connection Timeout Issue in Stitch Integration
I am currently facing a persistent issue with a Stitch integration where the connection keeps timing out. It's worth mentioning that I have another integration that is functioning correctly. The production database is hosted on AWS RDS, and the…

Khawaja Abdul Ahad
- 39
- 1
- 4
0
votes
0 answers
Fivetran vs Stitch Jira connector
From reading online it seems like Stitch is a direct comptetor to Fivetran. However, for data replication it seems like Fivetran does a lot of transformation beforehand before injecting the data. For example, splitting json columns into individual…

AIViz
- 82
- 9
0
votes
0 answers
".ome.tif" to ".tif" or ".jpg"
I'm trying to automate some image analysis, the microscope I use takes 4 images along a well, at 5 different z locations, and spits the image out as a stack saves as ".oms.tif". I'm trying to stitch these images together so that they make one stack…

AndSS
- 11
- 1
0
votes
1 answer
Stitch Fatal Error Occurred - DAY_OF_MONTH
I have a replication set up against MySql. It's been replicating for months. It is set up as Key-Based incremental replication using a timestamp datatype column. Stitch is now reporting the error below. I am not sure what this means or how to…

obautista
- 3,517
- 13
- 48
- 83
0
votes
0 answers
How to stitch drone images using jupyter lab?
I want to stitch some images from my drone mission. I used jupyter lab. Is there anyone who knows the code/script for that?
I hope i can run the stitching process by jupyter lab.
0
votes
0 answers
react typescript stitches css prop problem, not work
i'm currently working on a project using stitches with cra but i've stuck to a problem with css props.
here's my code
Texts/index.tsx
import React from 'react';
import { TextStyle } from './textStyle';
const Texts = ({ text, css }: PropsType) => {
…
0
votes
1 answer
Snowflake - Network Policy with Stitch best practice?
I know that Snowflake requires a network policy for Stitch to access a database. I also know that I have to add my own IP address to that network policy to access the data. What's the best way to manage this going forward? I'm thinking of events…

kevinharvey
- 858
- 6
- 16