Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workspace_domain as common column to all tables closes #26 #29

Merged
merged 4 commits into from
Sep 21, 2022

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Apr 1, 2022

Example query results

Results
> select url, team, workspace_domain from slack_connection
+-----------------------------+--------+------------------+
| url                         | team   | workspace_domain |
+-----------------------------+--------+------------------+
| https://turbothq.slack.com/ | Turbot | turbothq         |
+-----------------------------+--------+------------------+
> select id, display_name, workspace_domain from slack_user
+-------------+-------------------------+------------------+
| id          | display_name            | workspace_domain |
+-------------+-------------------------+------------------+
| U0H0K3AJF   | kenturbot               | turbothq         |
| USLACKBOT   | Slackbot                | turbothq         |
| U0J1Z8XDZ   | lasmith                 | turbothq         |
| U0N8N5CQJ   | <null>                  | turbothq         |
| U0N6155M3   | chrislavallee           | turbothq         |
| U0KV5LWTH   | miro                    | turbothq         |
| U0H3XP57E   | shane.shelton           | turbothq         |
| U13R9THJ5   | jseningen               | turbothq         |

> select name, url, workspace_domain from slack_emoji
+--------------------------------+--------------------------------------------------------------------------------------------+------------------+
| name                           | url                                                                                        | workspace_domain |
+--------------------------------+--------------------------------------------------------------------------------------------+------------------+
| black_panther                  | https://emoji.slack-edge.com/T02GC4A7C/black_panther/fd5aa024ec6c98e1.png                  | turbothq         |
| rube                           | https://emoji.slack-edge.com/T02GC4A7C/rube/74ef8ef199.png                                 | turbothq         |
| python                         | https://emoji.slack-edge.com/T02GC4A7C/python/24bde7ed4038e54a.png                         | turbothq         |
| explode                        | https://emoji.slack-edge.com/T02GC4A7C/explode/3d1ef7416d160bb5.gif                        | turbothq         |
| godmode                        | https://emoji.slack-edge.com/T02GC4A7C/godmode/1bd6476fbb.png                              | turbothq         |
| thumbsup_all                   | https://emoji.slack-edge.com/T02GC4A7C/thumbsup_all/50096a1020.gif                         | turbothq         |
| tb-wave                        | https://emoji.slack-edge.com/T02GC4A7C/tb-wave/6d521ef72bb7d528.gif                        | turbothq         |
| hahaa                          | https://emoji.slack-edge.com/T02GC4A7C/hahaa/d0341e4eddbd7e01.png                          | turbothq         |
| meow_wow                       | https://emoji.slack-edge.com/T02GC4A7C/meow_wow/2490432250ef6c25.png                       | turbothq         |

@ParthaI ParthaI requested a review from cbruno10 April 1, 2022 06:08
@ParthaI ParthaI self-assigned this Apr 1, 2022
@ParthaI ParthaI linked an issue Apr 1, 2022 that may be closed by this pull request
@github-actions
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label May 31, 2022
@cbruno10 cbruno10 removed the stale No recent activity has been detected on this issue/PR and it will be closed label Jun 3, 2022
@misraved misraved changed the title Add workspace_domian as common column to all tables closes #26 Add workspace_domain as common column to all tables closes #26 Jun 24, 2022
@github-actions
Copy link

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Aug 23, 2022
@misraved misraved removed the stale No recent activity has been detected on this issue/PR and it will be closed label Sep 1, 2022
@cbruno10 cbruno10 merged commit b6071c5 into main Sep 21, 2022
@cbruno10 cbruno10 deleted the issue-26 branch September 21, 2022 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add workspace_domian as common column to all tables
3 participants