I was just trying to show a different architecture, however creating on the same server can still work, as long as the server has enough resources (specs)
Hi Huey. Thanks for the tutorials! I am using Superset and trying to connect to a new database using the SQL Alchmey URI. However, I am unable to do so because I have MFA enabled for my database. I want to use AWS Athena with PyAthena. This path doesn't work: awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{schema_name}?s3_staging_dir={s3_staging_dir}&... It would seem I also need a parameter for a temporary session token? Have you seen any workarounds for this? Thanks!
Hello, I had not looked into it, my AWS free tier expired but I'm working on getting a paid account, maybe as soon as I get something, I will work on it.
Sure. When deploying superset to production under our name I want url to be changed as name.domain.com/new-name/welcome rather than name.domain.com/superset/welcome...I guess changes must be done to all directories/files with a superset name/reference, but I can't figure out how.
This might come with a misbehaviour of the system in overal, since renaming the folders will affect some parts of the code, but either way, seems like an interesting challenge, I will work on it and see if something can be done, after all its a Flask App.
Thank you so much!!!!!!! This is Awesome and successfully done.
Glad it helped!
Hi Huey! Great tutorial! how do you go about customising your url's by changing the superset name with your own custom name?
Thank you, @Jaime. Iam sorry if you could come again on that question, i didnt quite get it. Thanks
Please why did you create 2 instances one for mysql and one for superset, why didn't you work on the same server ?
Thanks
I was just trying to show a different architecture, however creating on the same server can still work, as long as the server has enough resources (specs)
Hi Huey. Thanks for the tutorials! I am using Superset and trying to connect to a new database using the SQL Alchmey URI. However, I am unable to do so because I have MFA enabled for my database. I want to use AWS Athena with PyAthena. This path doesn't work: awsathena+rest://{aws_access_key_id}:{aws_secret_access_key}@athena.{region_name}.amazonaws.com/{schema_name}?s3_staging_dir={s3_staging_dir}&...
It would seem I also need a parameter for a temporary session token?
Have you seen any workarounds for this? Thanks!
Hello, I had not looked into it, my AWS free tier expired but I'm working on getting a paid account, maybe as soon as I get something, I will work on it.
Sure. When deploying superset to production under our name I want url to be changed as name.domain.com/new-name/welcome rather than name.domain.com/superset/welcome...I guess changes must be done to all directories/files with a superset name/reference, but I can't figure out how.
This might come with a misbehaviour of the system in overal, since renaming the folders will affect some parts of the code, but either way, seems like an interesting challenge, I will work on it and see if something can be done, after all its a Flask App.
@@HueyMataruse That be awesome! let me know if you get somewhere