How to create Airflow read only users? - airflow

Is there a way to create read only users in Airflow ? I see there is some discussion about that is Airflow 2.0 https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+2.0
Does anyone know if that has been incorporated in 1.9 ? We are currently using 1.8.

There’s work ongoing in this PR:
https://github.com/apache/incubator-airflow/pull/3015
Design (early):
https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+RBAC+proposal

To my knowledge it's not available right now. Maybe at the next major version

Related

Airflow - whats happened to the AWS_GLUE_OPERATOR?

I was hoping to use Airflow to orchestrate and manage my AWS Glue Jobs, however the operator no longer appears in the GitHub repo. Can anyone shed any light on this?
Additionally, i'm open to alternative orchestration tool suggestions. I need to be able to Execute Glue jobs, whilst also interacting with other EC2's within my VPC.
Thanks in advance,
Paul
Why not write a custom operator in airflow, which interacts with glue using boto3
The AWSGlueJobOperator is under construction and has good progress:
https://github.com/apache/airflow/pull/6007
right now we have GlueJobOperator

How to extend supported database of flyway?

We have seen flyway framework for database migration. It is pretty wonderful. In our project, we are using GuassDB as database which flyway not support yet. Could you please let me kown how to make it work or will GuassDB be supported in future ? Thank you!
There are a few examples if you go through http://github.com/flyway/flyway/pulls - and if you don't mind waiting a day or so we will be adding more detailed instructions to the Flyway website with the 6.2 release. You will be able to find it here:
https://flywaydb.org/documentation/contribute/contributingDatabaseSupport
We generally check DB-Engines ranking to get a feel for the level of support for each database platform before we commit to supporting it, as well as an ability to run our test suite against it.

How to implement Google Translate API in meteor app

I m new to Meteor and i want to create an application that will help to convert my user inputs in different language using google translate api.
Is there any packages for that?
Can anyone help me for this?
Thanks
It seems like you already found a npm package for Google Translate. There are several ways you can use npm packages with Meteor.
Meteor 1.3 early beta supports npm. If you want a quick example of this, here it is. However, take note that this is early beta.
If you are using a stable release (eg. Meteor 1.2), you can use https://atmospherejs.com/meteorhacks/npm.
Google Translate API is a paid service so I wasn't able to provide a working example for you. Good luck!

fme datalist extension for alfresco community 4.0.c

Hi I know that fme datalist extension is not fully compatible with community 4.0.c. But wanted to try it out. I installed the jar files and it seem to work fine for the datalists i had created earlier. But the side effect of this I noted, when i create a new site and send an invite to somebody, the ACCEPT or REJECT button does not show up in the tasks (for the invitee to accept or reject). Not sure what's going on.but a hint in the positive direction would help me debug? thanks
I finished migrating the fme datalists extensions to 4.0 this week. Fixed the issue you are referring to today. You might want to have a look at http://www.contentreich.de/alfresco-extended-datalists-migrated-to-4-0 and the source at github. Aside from https://issues.alfresco.com/jira/browse/ALF-16153 and Solr issues with filtering, there are no more problems I am aware of. I think I'll be fixing the filtering to support solr based repos as well.

What to do now that asihttprequest's owner stopped working on the project?

Now that the owner of ASIHTTPRequest is no longer working on the library, is there another alternative that is as good as this library?
Or maybe will the repository from their github be updated? By, maybe someone else who is well educated about the project (At least someone knowledgeable will still continue to work on it)
Thanks
If you look at https://github.com/pokeb/asi-http-request/commits/master you'll see that it has been updated since the owner stopped working on it...
I would recommend AFNetworking as the best supported option for a general networking library
http://afnetworking.com
If you are mainly working with a RESTful API, then RestKit is a great library to use instead of writing your own glue code:
http://restkit.org

Resources