Skip to main content

Questions tagged [stage]

In case of ActionScript terminology, stage is used as a parent Display Object of all assets like images, text, videos, swf, etc. those are placed on this stage. These assets are not displayed until they are added to stage.

0 votes
1 answer
30 views

Snowflake COPY INTO Table from Multiple Stage folders files

I am new to Snowflake and I have searched this in Stackoverflow but I couldn't find a solution yet. I'd like to have this import from multiple folders copy into WWD.PUBLIC.July2 from @my_s3_stage/2024-...
Senthil P Nathan's user avatar
0 votes
1 answer
25 views

How did approvals change for piplines?

So previously when a pipeline has been run it only needed one approval when the pipeline was running but now it seems that at every stage an approval is needed. I know that now in the 'environments' ...
Pshymonz's user avatar
0 votes
2 answers
19 views

How to get min and max date in SQL since branch the branch code changed

I have table as below. I'm using plsql ID BranchCode StartDate FinishDate 1111 89 07.06.2012 12.08.2013 1111 89 13.08.2013 09.03.2015 1111 1167 10.03.2015 30.09.2015 1111 548 01.10.2015 08.10....
Huseyaki's user avatar
0 votes
0 answers
19 views

Audit/Search for Unstructured file usage in account

I want to query my full Snowflake account for the use of unstructured files. Primarily my goal is to understand how our users are using the platform, and what our various teams' use cases are for ...
David Garrison's user avatar
0 votes
0 answers
47 views

How to change Stage settings in a JavaFX program using fxml controllers

I have an application I am working on with a teammate, but we both are not sure how to change our Scene's title and parameters from inside our fxml controllers. This is the solution I tried, but it ...
Enrico Sombini's user avatar
1 vote
1 answer
41 views

When switching the javaFX scene, size of stage is getting Minimize

I have added a scene to primaryStage in a javaFx project, in its Main method. Also in the same main class, the Stage is primaryStage.setMaximized(true); Prepared as then by clicking a button in the ...
neranjan tennekoon's user avatar
3 votes
1 answer
153 views

How to make MouseTransparent Stage in JavaFX

I've wanted to make JavaFX app that would display a crosshair in a middle of screen, but whenever I hover on the ImageView I can't do background tasks, like it blocks my mouse events. I've tried using ...
Polterg's user avatar
  • 33
0 votes
1 answer
193 views

Azure DevOps release stages is there a limit of how many stages you can have?

Azure DevOps are designed to handle complex workflows, but as with any system, excessively large or complex configurations can lead to performance issues or manageability challenges. Azure DevOps ...
Matthias's user avatar
  • 1,162
0 votes
0 answers
31 views

Jenkins Post actions fails but stage not marked in red

Maybe is a stupid question but is a bit weird. Does anyone knows why in jenkins with the post declarative actions, if there is an error there the "Stage" of the declarative post actions is ...
Gabriel García Garrido's user avatar
0 votes
0 answers
25 views

I have a pipeline in Jenkins that have 14 stages, and I want to POST the duration, the result and the name of each stage into Graylog. How can I do?

I have a pipeline in Jenkins that have 14 stages, and I want to POST the duration, the result and the name of each stage into Graylog. How can I do that in scripts? I don´t know how to do that, and ...
Miguel Tavares's user avatar
0 votes
0 answers
19 views

Using libGdx, nothing is shown after calling stage.draw() which stage has extendViewport

game screen is: public class GameScreen implements Screen { final Test1 game; private Stage stage; private TrafficGame trafficGame; public GameScreen(Test1 _game) { ...
motesolo's user avatar
0 votes
0 answers
20 views

show parameters in the log DataStage Cloud

DATASTAGE Cloud, how can I display, in the log, the value of a parameter with link value of an input the stage hierarchical ? I want to execute a web services POST with the value input parameter equal ...
GEMMA's user avatar
  • 1
0 votes
1 answer
68 views

Snowflake stage gives: SQL compilation error: Option SNAPPY_COMPRESSION is not valid for file format type PARQUET

Snowflake stage gives: SQL compilation error: Option SNAPPY_COMPRESSION is not valid for file format type PARQUET. Please give UPDATE STAGE statement?
bosco1's user avatar
  • 51
3 votes
2 answers
86 views

How to access the stage in another class?

I use FXMLLOADER to load a fxml file SignInUI.fxml in LogUIController. The code is here: Stage signIn = new Stage(); FXMLLoader fxmlLoader = new FXMLLoader(HelloApplication.class.getResource("...
Cao Dingjie's user avatar
0 votes
1 answer
197 views

IBM DataStage - unstructured data stage imports NULL from excel cells that contain formulas

I'm loading an excel file into a dataset using DataStage 11.7.1.1. The excel file has some columns which contain formulas: column L=D4+E4+F4. All the cells that contain formulas are imported as NULL ...
C.B.Luca's user avatar

15 30 50 per page
1
2 3 4 5
43