You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Sorts a text file by line length (including spaces). The `-s` flag indicates that any lines that are the same length are kept in the relative order that they ocurred in the input."
7
+
description: "Sorts a text file by line length (including spaces). The `-s` flag indicates that any lines that are the same length are kept in the relative order that they occurred in the input."
description: "Ammends the most recent git commit with a new message. This will not update the commit on a remote branch unless you force push the branch,"
6
+
description: "Amends the most recent git commit with a new message. This will not update the commit on a remote branch unless you force push the branch,"
description: "Squashes the last n commits together. This approach requires rewriting a commit message for the new sqashed changes, unlike running `git rebase`."
6
+
description: "Squashes the last n commits together. This approach requires rewriting a commit message for the new squashed changes, unlike running `git rebase`."
7
7
arguments:
8
8
- name: num_commits
9
9
description: The number of commits that should be squashed together
description: Loads data from the MySQL database, transforms it to PostgresSQL compatible format and uploads it to the PostgresSQL database. Note - it requires pgloader to be installed and both PostgresSQL and MySQL hosts are accessible from the machine running this script.
7
+
description: Loads data from the MySQL database, transforms it to PostgreSQL compatible format and uploads it to the PostgreSQL database. Note - it requires pgloader to be installed and both PostgreSQL and MySQL hosts are accessible from the machine running this script.
8
8
arguments:
9
9
- name: mysql_username
10
10
description: The username for the MySQL database.
@@ -22,21 +22,21 @@ arguments:
22
22
description: The name of the MySQL database.
23
23
default_value: ~
24
24
- name: postgres_username
25
-
description: The username for the Postgres database.
25
+
description: The username for the PostgreSQL database.
26
26
default_value: ~
27
27
- name: postgres_password
28
-
description: The password for the Postgres database.
28
+
description: The password for the PostgreSQL database.
29
29
default_value: ~
30
30
- name: postgres_hostname
31
-
description: The hostname for the Postgres database.
31
+
description: The hostname for the PostgreSQL database.
32
32
default_value: ~
33
33
- name: postgres_port
34
-
description: The port for the Postgres database.
34
+
description: The port for the PostgreSQL database.
0 commit comments