問題タブ [google-cloud-composer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-cloud-composer - コンポーザ UI の URL を変更する
自動生成された URL を変更する方法はありますか?
https://xxxxxxxxxxxxxxxxx-tp.appspot.com
https://custom-name-tp.appspot.com
またはそれに類似したもの。
ありがとう
mysql - Google Cloud Composer から Mysql ダンプを実行できません
次のように、mysql をバケットにダンプする単純な DAG を作成しようとしています。
mysql_instance_connection
ホストの IP アドレス、スキーマのデータベース名、データベースをオンラインで作成するときに設定したログインとパスワード、およびポート 3306 で呼び出される MySQL 接続を作成します。
dag を実行すると、次のエラーが表示されます。
_mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL server on '[IP_ADDRESS]' (110)")@-@{"task-id": "extract_data", "execution-date": "2018-08-21T16:35:59.161183", "workflow": "extractMysqlData"}
MySQL データベースにアクセスするための許可を composer に与えるには、何をする必要がありますか?