https://linen.dev logo
Join Slack
Powered by
# support
  • r

    refined-yak-1210

    11/13/2020, 10:00 PM
    Hi there, I'm trying to set up Snowflake (Azure) as a destination and am having trouble
  • r

    refined-yak-1210

    11/13/2020, 10:01 PM
    The instructions say:
    Copy code
    If you have Microsoft Azure as your cloud provider and want to leverage Azure Blob Storage as your object storage, you will need to follow a few more steps to configure your Snowflake destination with a snowflake integration.
  • r

    refined-yak-1210

    11/13/2020, 10:01 PM
    From https://docs.rudderstack.com/data-warehouse-integrations/snowflake
  • r

    refined-yak-1210

    11/13/2020, 10:01 PM
    However, I don't seem to be able to enable the Azure integration without setting up blob storage
  • r

    refined-yak-1210

    11/13/2020, 10:02 PM
  • r

    refined-yak-1210

    11/13/2020, 10:02 PM
    ^^ doesn't appear to be optional?
  • n

    narrow-rain-89253

    11/13/2020, 10:32 PM
    @refined-yak-1210 The blob storage is not optional. It is used to store the data before loading into Snowflake. RudderStack does not store user data except for transient processing.
    ✅ 1
  • b

    busy-monkey-10873

    11/15/2020, 4:10 PM
    @refined-yak-1210 thanks for the feedback. we actually require blob storage for warehouse destinations - the staging files go to blob storage then we run jobs to push to the warehouse on your defined schedule so we don’t hammer the warehouse repeatedly
  • b

    busy-monkey-10873

    11/15/2020, 4:11 PM
    oh, whoops, i saw that @narrow-rain-89253 responded 🙂
  • b

    busy-monkey-10873

    11/15/2020, 4:11 PM
    didn’t scroll down far enough haha
  • c

    clever-address-13842

    11/17/2020, 10:01 AM
    Hi peeps, I was trying to host rudder on my ec2 machine and trying it to link with clickhouse. I cloned the rudder-server repo and started the UI on my local machine at port 3000 from config-gen. Under the destination, I am not able to see click house. I checked the version I downloaded is 0..1.9 patch 2. Under the downloaded directories from git in warehouse I am not able to see clickhouse but is it present in the master branch directory structure.
  • n

    narrow-rain-89253

    11/17/2020, 10:04 AM
    @clever-address-13842 The releases on github are not regularly updated. Most of the users use docker images for which newer versions are regularly released. Setting up your deployment using docker images would be ideal
  • p

    plain-house-32204

    11/17/2020, 5:28 PM
    Hi folks! I'm failing at making a simple python script to push data to rudder .
    Copy code
    import rudder_analytics
    
    rudder_analytics.write_key = "my_key"
    rudder_analytics.data_plane_url = "<https://my.rudder.io/v1/batch>"
    
    developer_user_id = 'developer_user_id'
    track_type = 'Simple Track Event'
    track_data = {'key1': 'val1'}
    
    rudder_analytics.track(developer_user_id, track_type, track_data)
    It returns a 404 and no more information. However, with the same write_key / data_plane_url I can send successfully data using the
    generate_event
    script. I'm not sure how to get more information to debug the real problem (as far as I check, the URL exists). The version of the python package is:
    Copy code
    (.env) # pip freeze | grep rudder
    rudder-sdk-python==1.0.0b1
    Any hint would be appreciated, thanks for your time!
    n
    • 2
    • 9
  • w

    wooden-notebook-24208

    11/17/2020, 7:18 PM
    Hey guys, lovely to be here. How can I get rid of these events on Amplitude.
    b
    b
    • 3
    • 10
  • b

    billions-terabyte-89990

    11/17/2020, 7:19 PM
    web as the source?
  • b

    billions-terabyte-89990

    11/17/2020, 7:21 PM
    looks like automatic screen tracking. are those actual users or bots without any limits on robots.txt
  • a

    ambitious-journalist-66344

    11/17/2020, 7:24 PM
    Moving to support from general:
    Hey everyone, hoping this is the right place for a random question.
    I'm playing with self hosting RudderStack on AWS ECS in a private VPC, with 
    RSERVER_BACKEND_CONFIG_CONFIG_FROM_FILE=true
    and
    RSERVER_BACKEND_CONFIG_CONFIG_JSONPATH=/etc/rudderstack/workspaceConfig.json
    . Getting an error on start up: 
    Operation timed out
    . If anyones got any ideas would be rad 🙂.
    I tried turning up the logs to no avail. I don't have internet access from my VPC if that makes a difference.
    What's interesting is the only log message I'm getting in my 
    rudder-server
     container is the message: 
    Operation timed out
    . My guess is it is trying to connect to the database and failing (since the db log messages show first when I run it locally).
    Srikanth:
    Its waiting for postgres and timing out. Ref: https://github.com/rudderlabs/rudder-server/blob/master/build/wait-for#L23-L41
    GitHub
    rudderlabs/rudder-server
    Privacy and Security focused Segment-alternative, in Golang and React - rudderlabs/rudder-server
    b
    • 2
    • 17
  • b

    billions-terabyte-89990

    11/17/2020, 7:38 PM
    @ambitious-journalist-66344 i have a rudder-server running on a private VPC with very limited outbound gateway, i'm using the hosted config panel. the server is accessed via private dns using route53 rudder.foo.internal, and since i'm only currently warehousing events to postgres it's all behind www. Most likely, per usual, it's a security group egress issue. can you send the tail of the startup logs?
  • b

    billions-terabyte-89990

    11/17/2020, 7:40 PM
    curl -v [localhost|private ip|dns]:8085/health is an easy sanity check
  • b

    billions-terabyte-89990

    11/17/2020, 7:40 PM
    do you have an alb in front it?
  • g

    glamorous-shoe-15731

    11/17/2020, 10:51 PM
    In the JSON you had posted, I am assuming the "UA-track-id", "user-id" and "cid" are some other values that you obuscated?
    p
    l
    • 3
    • 10
  • a

    ambitious-journalist-66344

    11/18/2020, 3:20 AM
    Hey folks, Just looking thru the
    rudder-server
    logs. I can see the message
    ERROR write udp 127.0.0.1:59313->127.0.0.1:8125: write: connection refused
    . Is there supposed to be a service running on
    :8125
    ?
    b
    g
    • 3
    • 7
  • b

    billions-terabyte-89990

    11/18/2020, 3:21 AM
    thats standard statsd
    ✅ 1
  • q

    quiet-policeman-91787

    11/18/2020, 3:41 AM
    Hi! I’m a marketer without development experience. A friend suggested Rudderstack as a CDP solution. It sounds like a fantastic solution. Can you help direct me to the right tech resources to help implement Rudderstack in my tech stack?
  • q

    quiet-policeman-91787

    11/18/2020, 3:41 AM
    I reached out on your website but no one contacted me!
  • q

    quiet-policeman-91787

    11/18/2020, 3:44 AM
    @glamorous-shoe-15731 Hi from a fellow Illini btw!
    g
    • 2
    • 3
  • w

    wooden-notebook-24208

    11/18/2020, 8:22 AM
    Hey guys, any progress on the CPU usage of rudder server for a small site with 2M events / month?
    b
    c
    • 3
    • 9
  • c

    chilly-ambulance-75176

    11/18/2020, 12:21 PM
    Hi, I am trying to send data to Salesforce destination. I am using javascript SDK, When i hit identify event then liver event debugger showing following error: "{ "error": "Request failed with status code 400" }". Network tab response showing 200. Please help to me resolve issue.
    b
    g
    • 3
    • 33
  • c

    clever-address-13842

    11/18/2020, 12:30 PM
    Hi peeps. I am trying to set up rudder architecture on my machine. I want the entire flow to be set up on my local machine i.e. is from UI plane to backend server and transformer server. When I try to run the docker image the process comes up are for the following: • rudder-docker-backend • rudder-docker-minio • rudder-docker_d-transformer • rudder_docker_db the is no process for running for the UI port at 3000 I sther any way to remove the dependency of connecting to online rudder UI panel and have it entirely installed on the local machine.
    p
    • 2
    • 3
  • g

    glamorous-truck-46127

    11/18/2020, 12:59 PM
    Guys, it's very not trivial to run config generator if you not nodejs+react programmer (dependencies). What is problem to add config file export from cloud GUI ?
    g
    • 2
    • 4
12345...127Latest