'ResolvedOutputS3Uri' key missing from describe_feature_group() dict - amazon-sagemaker

I'm having this issue when describing a feature group from a pipeline script.
The dictionary retrieved by describe_feature_group() doesn't have the 'ResolvedOutputS3Uri' key and I'm trying to figure out why. The feature group exists and has data (actually, the description works perfectly fine from a SageMaker notebook)
Anyone have a hint on where to start looking?
Thanks!

Is the feature group enabled for offline storage? You can verify it from SageMaker Studio.

Related

How do I include a CA certificate trusted by Gmail into a Oracle Wallet?

Right now i'm working with oracle 11g on windows and currently trying to send notifications from my database using emails (Gmail), but all I'm clear with right now is that I have to include the Gmail certificate in the oracle wallets but don't know how to do it, and I also think that there's something to be done with the access control lists but I'm not completley sure how, any help or recommendations are enormously appreciated.
Backup the Oracle wallet files first. To get he wallet file locations run:
SELECT * FROM V$ENCRYPTION_WALLET
Then look at the orapki utility to get you started - search for this and you should find the Oracle documentation.
The following is how to add a certificate to the wallet:
orapki wallet add -wallet wallet_location -trusted_cert -cert certificate_location
For any Windows users who may need help with what I asked, there's a really good link/tutorial sort of instruction set on git:
https://github.com/YairPR/Oracle/wiki/Enviar-correo-con-Oracle:--ACL---UTL_SMTP---Wallet---SSL--TLS----Gmail
It's in spanish, but all the commands and steps are there, although you may just happen to need to translate it, hope it's useful for someone!

Firebase Multi-database rules 'root' value issue

I'm using Firebase in my app that utilizes the new Multi-database feature. But, while setting up the rules, I noticed one annoying problem: the 'root' variable in the database rules is returning a RuleDataSnapshot of the primary database and not a RuleDataSnapshot of the secondary database the rules are attached to.
This is a huge problem for me because I have a few constant values in the secondary database that I need to reference in the rules. Because I'm planning to use this method to scale up, I don't want to have to try sorting and remapping these constants to the main database.
Thanks -Nathan
Okay! I found out that this was only happening in the simulator. I tested it live and it seemed to work properly. Definitely submitting this as a bug report. Thanks to anyone who started to check into this!

Work with Database using Spock and Geb.

I hope someone have already faced an issue to verify that application shows correct data from database. I reviewd how groovy used SQL, but I have no idea where and how I should do that. I'm just starting to use gradle+Spock+Geb for testing application. I have a few files where I described a couple of pages from application, a couple of modules and a file with spock specification. Where and how I need to connect to Oracle DB, use SQL and compare result's data with application's ones?
P.S. I write everything in notepad++ and launch from command line writing 'gradlew firefoxTest'. Does exist any more comfortable way to work with gradle+spock+geb?
Thanks in advance.
Because there are no other answers, I wanted to provide a solution someone at my company thought of. This assumes you already have a project that uses some sort of JDBC. In our case it is JDBI.
The idea is to extend Classloader and then use that to directly access the data access object class via the JVM. That idea should work.
I have not tested it out because it doesn't completely fit our use-case. I'll admit that this does not completely apply to your use case, but technically you could just run the jar of an existing project, which can access the database.

How to interpret JMeter result while doing Database testing

I have recently started working with jMeter. And I was doing database stress testing for that. I have added the required drivers in the lib folder. And my jMeter is connected to database. And it works fine.
But the problem now I am facing is how to interpret those results. I just tested only one SQL which is doing SELECT on one table. Below is the screenshot of my various tabs in JMeter.
This below screenshot shows how many threads (10) I am running and Ramp up time.
This below screenshot shows me JDBC Connection Configuration settings, which I am not able to understand as well. It will be great if anyone can throw some thoughts on this what does it mean corresponding to number of threads I am running in my above picture.
This Below screenshot shows the result in a Summary report which I am again not able to interpret. What's the best way to interpret these results? Any thoughts on this will be of great help.
This Below screenshot shows the result which I am again not able to interpret. What's the best way to interpret these results? I was looking for how much time it is taking to execute that one single Select SQL. And this tab shows me lot of information but not sure how to interpret those. Any thoughts on this will be of great help.
Can anyone help me understanding these results? Thanks for the help.
You should use one of these:
Response Time Graph
Aggregate Graph
Look also at jmeter-plugins project:
http://code.google.com/p/jmeter-plugins/

Google BigQuery - "Not Found: Project [project-id]

I'm having a problem getting started with Google BigQuery. I'm certain I have done everything correctly to create and configure the account. But when I go to the web interface, the it seems unable to find my project. I cannot create/upload any new data and I can't even query the sample data set. All the interface returns is:
Not Found: Project [my-project-id]
However, in the same window, the project name and ID is being listed in the panel on the left...so it looks like BigQuery is aware of my project in some sense. Screen shot below:
I am at a loss of how to rectify this. Does anyone have any ideas of something I might be missing in configuration and/or setup?
Best regards,
Dan
Did you recently set the ID on your project (e.g. xs-analytical-park-g)? If so, there may be a dataset that uses the old name (which was the numeric id of the projcet) which confuses the UI. We periodically search for changed project names and apply updates, but sometimes this can take a while.
I've just checked and it looks like our data should be up-to-date with respect to the project ids, so please let me know if this problem still persists.

Resources