1,851 questions
1
vote
0
answers
32
views
Snapshot of Power BI table using dataflow
I have a table in power bi which has calculated column based on azure table and Dataverse. (Dataverse is used for write back feature using power automate as few of the column value get changed).
Table ...
0
votes
0
answers
80
views
hight memory usage problem in MVC web app
in mvc web app, first chrome memory snapshot is ~ 51mb
after i call ajax to re render partialView,
second snapshot take double or more! ~ 100bm.
and in every call partialview memory usage get larger ...
0
votes
0
answers
42
views
How to mount a subdirectory(inode ) to a specific path? Kernel development
I'm working on a directory-level snapshot feature based on a file system, where a snapshot of a directory is recorded by an inode, and I want to implement how the snapshot sharing mount should be ...
1
vote
1
answer
92
views
In React Native how to snapshot (fast enough) an Amcrest IP camera video feed at 100ms interval (10fps)?
The Amcrest camera offers snapshots API via http. However the snapshot is limited at 1 second (1000ms) each. Here is the Amcrest API document. The current implementation of the react-native-vlc-media-...
0
votes
1
answer
72
views
dbt databricks snapshot materialization timestamp quotation problem
I am trying to implement a snapshot materialization using the dbt cloud IDE and databricks, using the strategy = 'timestamp' and a updated_at-column called created_at.
This is the code to generate the ...
0
votes
1
answer
158
views
DBT Snapshots Erroring With "[42S01][ODBC Driver 18][SQL Server]There is already an object named 'table_name__dbt_tmp' in the database."
When running "DBT snapshot" after the initial run I get the error in the title. The object does already exist as it should, because isn't that the point of DBT snapshots. To check the source ...
71
votes
5
answers
159k
views
How to update snapshot with Jest and vue-cli
I should be able to add -u parameter when running my tests, but I can't figure out why it doesn't work:
npm run test ComponentName.spec.js -u
npm run test ComponentName.spec.js --updateSnapshot
but ...
0
votes
0
answers
20
views
Reboot TeamCity agent between build pipeline
If I have 2 TeamCity build configurations (A and B), B with a snapshot dependency on A and the option to use the same build agent selected. If I have as a last step in A that reboots the build agent, ...
95
votes
9
answers
126k
views
How to recover redis data from snapshot(rdb file) copied from another machine?
I transferred my redis snapshot (dump.rdb file) using scp to a remote server. I need to run a redis server on this remote and recover the data from the dump.rdb file. How can I do that?
4
votes
3
answers
5k
views
Create a space-efficient Snapshot Set
I received this interview question that I didn't know how to solve.
Design a snapshot set functionality.
Once the snapshot is taken, the iterator of the class should only return values that were ...
0
votes
1
answer
38
views
Oracle replication with limited range
Due to performance reasons I want to have a portion of my data to be available on a second system (Reporting).
I expect the data to be distributed like: (abstract)
Production (today)
todays data &...
2
votes
1
answer
126
views
What data is stored in the log compaction snapshot of a Raft-based distributed file system?
I'm working on a Raft implementation as part of my distributed file system and I've run into a problem with the log compaction process.
Accurding to the official Raft paper, when a log reaches a ...
0
votes
1
answer
261
views
AWS unable to create EBS snapshot. Lifecyle Manager error --> fail to fetch
I cannot create snapshots of my EBS volume. In the the volumes' menu I have a window that says:
Fault Tolerance for all volumes in this region -->Data Lifecycle Manager default policy for EBS ...
20
votes
2
answers
12k
views
Error while Jest setup for Snapshots in " if (error?.stack) "
I'm going to create snapshot test, but got problems in the beginning.
I got such error while running test:
/Users/illia/WebstormProjects/TESTS/node_modules/jest/node_modules/jest-cli/build/cli/...
0
votes
0
answers
52
views
Vitest snapshot: unsorted html attributes
I am running a vitest to test if a vue component match an snapshot.
The vue component use javascript flatpickr component to generate a datepicker.
The snapshot is generated with another environment ...
1
vote
2
answers
3k
views
How to perform Ad-Hoc Snapshot with Debezium SQL Server Source Connector
I've following the documentation at https://debezium.io/documentation/reference/2.4/connectors/sqlserver.html#sqlserver-ad-hoc-snapshots
But when I registered the source connector to perform ad-hoc ...
54
votes
5
answers
55k
views
jest snapshot testing: how to ignore part of the snapshot file in jest test results
Problem: ignore some part of the .snap file test results
the question here: there are some components in my test that have a random values and i don't really care about testing them. is there any way ...
0
votes
1
answer
656
views
DBT Core- Snapshot: Parsing Error at path []: Snapshots must be configured with a ‘strategy’, ‘unique_key’, and ‘target_schema’
In dbt-core, I have created a folder under snapshots called salesforce. All my snapshot sqls are in this folder. Now I have a few common configs that I have added in dbt_project.yml given below:
...
91
votes
5
answers
81k
views
Read committed Snapshot VS Snapshot Isolation Level
Could some one please help me understand when to use SNAPSHOT isolation level over READ COMMITTED SNAPSHOT in SQL Server?
I understand that in most cases READ COMMITTED SNAPSHOT works, but not sure ...
134
votes
4
answers
146k
views
"You don't have a SNAPSHOT project in the reactor projects list." when using Jenkins Maven release plugin
I'm using SVN, Maven 3.0.3 on the latest version of Jenkins and the Maven Release plugin. I'm trying to use the Maven release plugin (through Jenkins) do a dry run and so am executing the options …
...
0
votes
0
answers
51
views
ELK 7.17.1 does not see snapshots in the repo, which were restored back from tape
My ELK7 has a repository (NFS) to which the snapshots are moved after 7 days.
Then the snapshots are moved to tape after 90 days.
And when i need an old snapshot i make a request to restore the ...
1
vote
1
answer
140
views
How to take a large snapshot in iOS
In my case, I need to output a relatively large floor plan, and I simplified the code as follows. In the case of a relatively large size, the correct image cannot be output
Sample Code
let image1Size =...
0
votes
0
answers
102
views
Why is the title bar captured incorrectly after changing the width of a window?
I felt this was related to How can I grab a window with widgets and title bar?, but it seems to have a different solution.
When capturing a (window with a) title bar, I get unexpected results after ...
1
vote
0
answers
112
views
I want to Generate screenshot of render element in png format using react testing library
Basically, I want to generate a screenshot of render elements in png format but i am facing an issue regarding the image which is generated shows an error while opening inside the image snapshot ...
27
votes
8
answers
24k
views
How to find latest or most recent AWS RDS snapshot?
I can call aws rds describe-db-snapshots --db-instance-identifier {my_db_instance} and sort all automated snapshots to find the most recently created one but I was hoping someone has a better idea out ...